Add Channel Templates

Adds template IDs and associated names that will be associated with a specified channel ID.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Rate Limit

This endpoint is subject to the general API rate limit of 50 requests per 10 seconds. Learn more about handling rate limits.

Notes

  • Available ChannelID values can be seen here, and you can also retrieve the available execution channel IDs and associated channel names using the GetExecutionChannels function.
  • AppID is required.
  • If a TemplateID being added already exists, it will be replaced with the TemplateName specified in the call.
    A maximum of 100 templates may be added with one call.
  • Once added, a template can be deleted by calling the DeleteChannelTemplates function.
  • This function does not return a payload. A successful call will return a response code of 200 (success). Refer to an explanation of the other possible response codes at Error Handling

Sample Request

https://apiX.optimove.net/current/integrations/AddChannelTemplates?ChannelID=3

[
	{"TemplateID":1,"TemplateName":"Welcome Back English"},
	{"TemplateID":2,"TemplateName":"Welcome Back Spanish","AppID":"app123"}
]

Sample Response

None
Query Params
int32
required

The identifier of a particular campaign execution channel

Body Params

Template collection

Response
200

Success

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!