Sign in

List contacts in sequence (extended)

documented

Retrieve all contacts enrolled in the sequence with additional details.

GET /v3/sequences/{id}/contacts/extendedSequencesno 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/{{$sequence_id}}/contacts/extended?limit={{$limit}}&offset={{$offset}}&additionalColumns={{$additionalColumns}}" \
  -X GET \
  -H "X-API-Key: {{REPLY_API_KEY}}" \
  -H "Accept: application/json"
List contacts in sequence (extended) · Reply.io · OpenIntegrations