cURL
curl --request POST \ --url https://api.reply.io/v4/sequences/{id}/contact-links/bulk \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "contactIds": [ 123 ], "removeFromExisting": false, "startStepId": 123 } '
{ "added": [ 123 ], "notProcessed": {} }
Coming soon. This endpoint will be available once Reply API 3.0 enters beta. We will notify all users when beta access opens. Request early access.
Add multiple contacts to the sequence at once
API key passed in the X-API-Key header
Sequence ID
Array of contact IDs to add
If true, contacts will be removed from their current sequences before being added to this one
Optional step ID to start from
Contacts added to sequence
IDs of successfully added contacts
Contacts that could not be added, keyed by contact ID
Show child attributes