Sign in

Add texts to batch

documented

Add text recipients to a batch.

POST /v2/campaigns/batches/{id}/textsCampaignsno 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.callfire.com/v2/texts/broadcasts/{{$broadcast_id}}/batches?strictValidation={{$strictValidation}}" \
  -X POST \
  -H "Authorization: Basic {{CALLFIRE_BASIC_AUTH}}" \
  -H "Content-Type: application/json" \
  -d '{"contactListId": {{$contactListId}}, "name": "{{$batchName}}", "recipients": {{$recipients}}, "scrubDuplicates": {{$scrubDuplicates}}}'
Add texts to batch · callfire · OpenIntegrations