Template Details

Returns an array of transactional template IDs and associated attributes.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Rate Limit

For Optimove's general API rate limit, see the Understanding API Rate Limits reference.

Notes

  • This function returns the details of all defined 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!"
		]
	}
]
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