Sign in

Send a call

documented

Send a Voice/IVR call using a broadcast configuration or IVR.

POST /callCalls (Legacy)no 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://www.callfire.com/api/1.1/rest/call.json" \
  -X POST \
  -u {{CALLFIRE_USERNAME}}:{{CALLFIRE_PASSWORD}} \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Accept: application/json" \
  -d "Type={{$type}}" \
  -d "BroadcastName={{$broadcast_name}}" \
  -d "To={{$to_numbers}}" \
  -d "From={{$from_number}}" \
  -d "LiveSoundText={{$live_sound_text}}" \
  -d "LiveSoundTextVoice={{$live_sound_voice}}" \
  -d "Label={{$broadcast_label}}"
Send a call · callfire · OpenIntegrations