Channel Template Details

Returns the content and attributes of a specific template for a specific channel.
Currently, this endpoint supports only Optimail channel (ChannelID: 15).

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.

Sample Request

https://apiX.optimove.net/current/integrations/GetChannelTemplateDetails?TemplateID=51&ChannelID=15

Sample Response

[
	{
    "TemplateContent":"Hi [%FIRST_NAME%], welcome back!",
    "TemplateAttributes":
    		[
          "From":"John H.","Reply-to":"[email protected]","Subject":"Welcome back!"
        ]
  }
]
Query Params
int64
required
int32
required

The identifier of a particular campaign execution channel.

Response

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json