v1

latestSwagger 2.0Apache 2.02026-07-13123128517.6 KB
texts

Send texts

Use the /texts API to send individual texts quickly. By default all texts are going out from CallFire's dedicated short code. Example: 67076, 818818 etc

post/texts

Query parameters

fieldsstring

Limit fields received in response. E.g. fields: id, name or fields items (id, name), see more at partial response page.

campaignIdinteger

Specifies a campaignId to send texts through a previously created campaign

defaultMessagestring

Text message can be overridden by TextRecipient.message field. If multiple recipients have the same text message to a different recipients it is better to specify a single default message and do not duplicate it in each recipient.

strictValidationboolean

Turns on strict validation for recipients

Request body

phoneNumberstring

Phone number in E.164 format (11-digit) or short code. Example: 12132000384, 67076

fromNumberstring

~

contactIdinteger

An id of existing contact in account

attributesobject

A map of string attributes associated with a recipient

messagestring

A text message

extractedSingleRecipientboolean

~

metaobject

~

Response

successful operation