Get sound WAV
documentedDownload a sound as WAV.
GET /v2/campaigns/sounds/{id}.wavCampaignsno 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/campaigns/sounds/{{$sound_id}}.wav" \
-u "{{$CALLFIRE_USERNAME}}:{{$CALLFIRE_PASSWORD}}" \
-X GET \
-H "Accept: audio/wav" \
-H "Content-Type: application/json"