Get campaign recording MP3
documentedDownload a specific campaign recording as MP3.
GET /v2/campaigns/{id}/recordings/{recordingId}.mp3Campaignsno 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/{{$id}}/recordings/{{$recordingId}}.mp3" \
-X GET \
-u "{{CALLFIRE_API_USERNAME}}:{{CALLFIRE_API_PASSWORD}}" \
-H "Accept: audio/mpeg"