Sign in

List contacts in sequence

documented

Retrieve all contacts enrolled in the sequence.

GET /v3/sequences/{id}/contactsSequencesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.reply.io/v3/sequences/{{$id}}/contacts?top={{$top}}&skip={{$skip}}" \
  -X GET \
  -H "X-API-Key: {{REPLY_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
List contacts in sequence · Reply.io · OpenIntegrations