Initiate bulk sequence subscription
documentedBulk subscribe contacts to a sequence.
POST /bulk_action/sequence_subscription/Bulk Actionsno 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/bulk_action/sequence_subscription/" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{\"action_type\": \"{{$action_type}}\", \"sequence_id\": \"{{$sequence_id}}\", \"sender_account_id\": \"{{$sender_account_id}}\", \"sender_name\": \"{{$sender_name}}\", \"sender_email\": \"{{$sender_email}}\", \"contact_preference\": \"{{$contact_preference}}\", \"send_done_email\": {{$send_done_email}}}'