Send calls
Use the /calls API to send individual calls quickly. A verified Caller ID and sufficient credits are required to make a call. CallRecipient represents a single recipient identified by phone number or contact id in CallFire system. You can attach user-defined attributes to a Call action via CallRecipient.attributes property, attributes are available in Call action response
Query parameters
Limit fields received in response. E.g. fields: id, name or fields items (id, name), see more at partial response page.
Specifies a campaignId to send calls quickly on a previously created campaign
Text to be turned into a sound, this text will be played when the phone is answered. Parameter can be overridden for any particular CallRecipient
Text to be turned into a sound, this text will be played when answering machine is detected. Parameter can be overridden for any particular CallRecipient
Id of sound file to play if phone is answered. Parameter can be overridden for any particular CallRecipient
An id of a sound file to play if answering machine is detected. Parameter can be overridden for any particular CallRecipient
The voice set by default for all text-to-speech messages defined in CallRecipient objects or as default *Message properties
Turns on strict validation for recipients. System will reply with BAD_REQUEST(400) if strictValidation = true and one of numbers didn't pass validation
Request body
Response
successful operation