ClearContactStatus
This action clears one or more statuses from contacts.
Action Parameters
| Parameter | Description |
|---|---|
| ContactIds | Required. An array of integers representing the contact IDs. For example: [1, 2, 3]. |
| Statuses | Optional. An array of statuses to clear. If no statuses are specified, the procedure clears all clearable statuses: OptedOut, Called, ToCall, MeetingBooked. For example: ["OptedOut"]. |
| SequenceId | Optional. The ID of the sequence to clear statuses for. |
Result
The specified statuses are cleared from the contacts.
Was this page helpful?