Add texts to batch
documentedAdd text recipients to a batch.
POST /v2/campaigns/batches/{id}/textsCampaignsno 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.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}}}'