MoveContactToSequence
This action moves a contact to a different sequence, optionally removing from existing sequences.
Action Parameters
| Parameter | Description |
|---|---|
| ContactId | Required. The ID of the contact to move. |
| SequenceId | Required. The ID of the sequence to move the contact to. |
| RemoveFromExisting | Optional. Defines whether to remove the contact from all existing sequences. Set to true to remove the contact from all other sequences, false to keep them in all sequences. |
| StartStepId | Optional. The ID of the step in the target sequence to start from. |
| IgnoreStepDelay | Optional. Defines if the delay between steps should be ignored. Set to true to start immediately, false to respect the delay settings of the target sequence. |
| StartFrom | Optional. The date and time to start from. The format is ISO 8601, e.g., "2023-10-27T10:00:00". |
Result
The contact is moved to the specified sequence.
Was this page helpful?