SendEmail
Update the locations for a shipping zone.
Execute
This procedure requires any of the following input combinations:One of: ProspectId, ProspectEmail or ListId.
One of: TemplateId or (TextContent, Name, Subject and (FromEmail, FromName or FromUserId))
Examples:
EXEC SendEmail CampaignId=20006, ProspectId=1807618, TemplateId=13598 EXEC SendEmail CampaignId=20006, ProspectEmail='[email protected]', TextContent='content', Name='email name', Subject='email subject', FromUserId=24486 EXEC SendEmail CampaignId=20006, ListId=20104, TextContent='content', Name='email name', Subject='email subject', FromEmail='[email protected]', FromName='Name Surname'
Input
Name | Type | Required | Description |
CampaignId | String | False | The ID of the campaign. |
ProspectId | String | False | The ID of the prospect. |
ProspectEmail | String | False | The email of the prospect. |
ListId | String | False | The ID of the lists to send to. |
TemplateId | String | False | The ID of the prospect. |
TextContent | String | False | The ID of the prospect. |
Name | String | False | The ID of the prospect. |
Subject | String | False | The ID of the prospect. |
FromEmail | String | False | The ID of the prospect. |
FromName | String | False | The ID of the prospect. |
FromUserId | String | False | The ID of the prospect. |
ReplyToEmail | String | False | The ID of the prospect. |
OperationalEmail | String | False | The ID of the prospect. |
HTMLContent | String | False | The ID of the prospect. |
Result Set Columns
Name | Type | Description |
Success | String | This value shows a boolean indication of whether the operation was successful or not. |