AddOptedOutContacts
Unsuscribes the contact from all subscription preferences in Hubspot.
Input
| Name | Type | Description |
| String | The email address of the contact to unsubscribe from subscription preferences. | |
| BusinessUnitId | String | if you have the Brands add-on, you can include this parameter to specify which brand your contacts will be opted out of all subscription types from. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the subscription update was successful. |
| ErrorCode | Integer | If the procedure fails, displays the corresponding error code. |
| ErrorMessage | String | If the procedure fails, provides a detailed error message. |