AddSubscriberToWorkflowEmail
Manually adds a subscriber to an automation workflow, bypassing trigger-based entry conditions.
Input
| Name | Type | Required | Description |
| WorkflowId | String | True | The unique identifier of the automation workflow to which the subscriber is added. |
| EmailId | String | True | The identifier of the specific email within the automation workflow that the subscriber should receive. |
| EmailAddress | String | True | The email address of the subscriber to be added to the workflow, bypassing standard trigger conditions. |
Result Set Columns
| Name | Type | Description |
| Success | String | If the value is 'true', the subscriber was successfully added to the automation workflow. If the value is 'false', the operation failed. |