Channel Template Details

Returns the content and attributes of a specific template for a specific channel.

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!"
        ]
  }
]
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!