Subscribe to sequence
documentedSubscribe a contact/lead to a sequence.
POST /sequence_subscription/Sequencesno implementation yet0 runsNo 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}}"}'