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

NameDescription
resourceIdResource ID.

Returned result

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

Possible error codes:

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

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

Your message was sent. Thank you!

Report a mistake

An error occurred while submitting the form

Download PDF file
Download Word document

See also