cURL
curl --request POST \ --url https://api.reply.io/v3/sequences/{id}/contacts/bulk \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "contactIds": [ 123 ], "forcePush": false, "startStep": "<string>" } '
{ "added": [ 123, 124, 125 ], "invalidEmailSkips": [ 126, 127 ], "ownershipSkips": [ 128 ], "optOutSkips": [ 129, 130 ] }
Add multiple contacts to the sequence at once
API key passed in the X-API-Key header
Sequence ID
If true, contacts will be moved from their current sequences to this one. If false, contacts will remain in their current sequences and won't be added to this one.
Optional step ID to start from
Contacts added to sequence
IDs of successfully added contacts
Contact IDs that were skipped due to invalid email addresses
Contact IDs that were skipped due to ownership restrictions
Contact IDs that were skipped due to opt-out status