Export SMS campaign report
documentedExport the SMS campaign report
POST /v1/sms_campaign/sms_report/export/SMS campaignsno 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.callhub.io/v1/sms_campaign/sms_report/export/" \
-X POST \
-H "Authorization: Token {{CALLHUB_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"campaign_id": {{$campaign_id}}, "start_date": "{{$start_date}}", "end_date": "{{$end_date}}", "direction": "{{$direction}}", "status": "{{$status}}", "format": "{{$format}}"}'