UpdateWorkflowContacts
Enrolls or unenrolls contacts from a specific workflow within HubSpot, enabling workflow automation management.
Input
| Name | Type | Description |
| WorkflowId | String | Unique identifier of the HubSpot workflow to enroll or unenroll the contact from. |
| String | Email address of the contact to be enrolled in or unenrolled from the workflow. | |
| Process | String | Action to perform on the contact. Acceptable values are 'enroll' to add the contact or 'unenroll' to remove the contact from the workflow.
The allowed values are enroll, unenroll. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the requested process was successful. Returns True if completed without errors. |