The “Text Pipeline Configuration” endpoint is used to add or configure the settings for a specific campaign’s text pipeline. By sending a POST request to the /text_pipeline_configuration
endpoint, users can provide the campaign ID as a parameter and include the following details in the request body:
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
The response is of type any
.
The “Text Pipeline Configuration” endpoint is used to add or configure the settings for a specific campaign’s text pipeline. By sending a POST request to the /text_pipeline_configuration
endpoint, users can provide the campaign ID as a parameter and include the following details in the request body:
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
The response is of type any
.