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 | Boolean | Indicates whether the requested process was successful. Returns True if completed without errors. |
| ErrorCode | Integer | If the procedure fails, this field displays the corresponding error code. Useful for debugging and troubleshooting. |
| ErrorMessage | String | If the procedure fails, this field provides a detailed error message explaining the failure. |