ExecuteAndCompleteTask
This action executes the task action (sends email or SMS). Only ManualEmail and Sms task types support execution.
Action Parameters
| Parameter | Description |
|---|---|
| TaskId | Required. The ID of the task to execute and complete. |
| ContentBody | Optional. The body of the email or SMS. |
| ContentSubject | Optional. The subject of the email. |
| EmailAccountId | Optional. The ID of the email account to use. |
Result
The task action is executed and the task is completed.
Was this page helpful?