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","[email protected]","Welcome back!"
		],
	},
	{
		"TemplateID":2,
		"TemplateName":"Welcome Back Spanish",
		"TemplateContent":"¡Hola [%FIRST_NAME%], bienvenido de nuevo!",
		"TemplateAttributes":[
			"Lovely","[email protected]","Bienvenido de nuevo!"
		]
	}
]
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!