v1

latestSwagger 2.0Apache 2.02026-07-13123128517.6 KB
texts

Find a specific text broadcast

Returns a single TextBroadcast instance for a given text broadcast id

get/texts/broadcasts/{id}

Path parameters

idinteger required

An id of a text broadcast

Query parameters

fieldsstring

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

Response

successful operation

idinteger

A unique id of a broadcast

namestring

A name of a broadcast

status'TEST' | 'SETUP' | 'START_PENDING' | 'RUNNING' | 'SCHEDULED' | 'STOPPED' | 'SUSPENDED' | 'FINISHED' | 'ARCHIVED' | 'VALIDATING_START' | 'VALIDATING_EMAIL' | 'BLOCKED_SUSPICIOUS' | 'DECLINED' | 'APPROVED' | 'PAUSED' | 'CANCELED'

A status of a broadcast. SETUP - campaign isn't configured yet; START_PENDING - waiting for contact batch population; RUNNING - campaign is running; STOPPED - campaign is stopped; FINISHED - campaign is finished; ARCHIVED - campaign was archived

statusReasonstring

~

lastModifiedinteger

A time when the given resource was updated, formatted in unix time milliseconds (read only). Example: 1473781817000

fromNumberstring

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

maxActiveinteger

A maximum number of texts that CallFire dials at once

labelsstring[]

A labels of a broadcast

resumeNextDayboolean

~

messagestring

A text message

bigMessageStrategy'SEND_MULTIPLE' | 'DO_NOT_SEND' | 'TRIM' | 'MMS' | 'RCS'

If message length exceeds 160 characters, multiple messages will be sent, SEND_MULTIPLE strategy is chosen by default. Available values: SEND_MULTIPLE - send text as multiple messages, DO_NOT_SEND - do not send text if it exceeds 160 characters, TRIM - trims text message to 160 characters