Sign in

Subscribe to sequence

documented

Subscribe a contact/lead to a sequence.

POST /sequence_subscription/Sequencesno 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.close.com/api/v1/sequence_subscription/" \
  -X POST \
  -u "{{CLOSE_API_KEY}}:" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"sequence_id": "{{$sequence_id}}", "contact_id": "{{$contact_id}}", "lead_id": "{{$lead_id}}"}'
Subscribe to sequence · Close · OpenIntegrations