SetContactStatus
This action sets the status of one or more contacts.
Action Parameters
| Parameter | Description |
|---|---|
| ContactIds | Required. An array of integers representing the contact IDs. For example: [1, 2, 3]. |
| Status | Required. The status to set. Can be one of the following values: Active, Paused, OutOfOffice, Finished, OptedOut, Replied, Bounced, Called, ToCall, MeetingBooked. |
| SequenceId | Optional. The ID of the sequence to associate with the contacts. |
Result
The status of the specified contacts is set.
Was this page helpful?