get_email_template

The get_email_template function is used to get an email template (subject and body).

Copied!
svc=resource/get_email_template&params={"resourceId":<long>}

Parameters

Name Description
resourceId Resource ID.

Returned result

Copied!
{
	"subject":"<text>",
	"body":"<text>",
	"flags":<int>
}

Possible error codes:

Code Description
7 Failed to fetch the resource with the desired ACL (ADF_ACL_ITEM_VIEW_PROPERTIES).
4 Wrong input parameters.

If you find a mistake in the text, please select it and press Ctrl+Enter.