get https://api4.optimove.net/Integrations/GetChannelTemplateDetails
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!"
]
}
]