UpdateEmailContent
Updates the content of an email.
Execute
Sample EXECUTE UpdateEmailContent EmailId=23685, FromEmail='[email protected]', FromName='test', Subject='test subject', ReplyTo='[email protected]'
Input
Name | Type | Required | Description |
EmailId | String | True | The Id of the email. |
Subject | String | False | Subject Line of the Email. |
FromEmail | String | False | From-address of the Email. |
FromName | String | False | From-name of the Email. |
ReplyTo | String | False | Reply-To address of the Email. |
Result Set Columns
Name | Type | Description |
EmailId | String | The Id of the updated email content. |
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. |