GetEmailTemplateContent
Returns the content for a given email template.
Execute
Sample EXECUTE GetEmailTemplateContent Id=1054
Input
| Name | Type | Required | Description |
| Id | Integer | True | Id of the email template. |
| Status | String | False | The status of the email template to retrieve the content from.
使用できる値は次のとおりです。draft, approved |
Result Set Columns
| Name | Type | Description |
| Id | Integer | Id of the email template. |
| Content | String | Content of the email template. |
| Success | Boolean | Boolean indicating if the procedure was executed successfully. If false, the output parameter 'Details' will contain the failure details. |
| Details | String | Details of execution failure. NULL if success=true. |