Template Details

Returns an array of transactional template IDs and associated attributes.

Notes

  • This function returns the details of all defined Optimail email templates.

Sample Request

https://apiX.optimove.net/current/transactionalmail/GetTemplateDetails

Sample Response

[
	{
		"TemplateID":1,
		"TemplateName":"Welcome Back English",
		"TemplateContent":"Hi [%FIRST_NAME%], welcome back!",
		"TemplateAttributes":[
			"Lovely","marketing@lovely.com","Welcome back!"
		],
	},
	{
		"TemplateID":2,
		"TemplateName":"Welcome Back Spanish",
		"TemplateContent":"¡Hola [%FIRST_NAME%], bienvenido de nuevo!",
		"TemplateAttributes":[
			"Lovely","marketing@lovely.com","Bienvenido de nuevo!"
		]
	}
]
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!