Sign in

Get campaign recording by name

documented

Retrieve a specific recording by name for a campaign.

GET /v2/campaigns/{id}/recordings/{recordingName}Campaignsno 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/campaigns/{{$campaign_id}}/recordings/{{$recordingName}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Basic {{CALLFIRE_SECRET}}"
Get campaign recording by name · callfire · OpenIntegrations