References

Traffic channels

Channel

SMS

FLASHCALL

VIBER

WHATSAPP

VK

Sending methods

Sending method
Description

API

Message was sent via API Direct

UI

Message was sent via web-interface Direct

Message directions

Direction
Description

outbound

Outbound message

inbound

Inbound message

Traffic types

Traffic type
Description

PROMO

Advertasing traffic

SERVICE

Service traffic

AUTHORIZE

Authorization traffic

TRANSACT

Transaction traffic

Main message statuses

Message status
Description

delivered

Delivered (final status)

undelivered

Undelivered (final status)

unsent

Unsent (final status)

sent

Sent; awaiting the final status

sending

Awaiting sending

Read message statuses

Message read status
Description

read

Read; available for channels: VIBER, VK, WHATSAPP

unread

Not read during the lifetime of the message (ttl); available for channels: VIBER, VK, WHATSAPP

Cascading conditions

Condition
Description

not_delivered

The next cascading message is generated when this message does not receive the delivered status during its lifetime.

not_read

The next cascaded message is generated when this message has not received the read status during its lifetime.

Callback events

Callback event
Description

delivered

Message received one of the final statuses:

  • delivered

  • undelivered

  • unsent

sent

Message received the status sent

read

Message received one of the statuses:

  • read

  • unread

price

Changing of the message price

click

Click through shortened link

FLASHCALL conversion result

Conversion result
Description

NUMBER_VERIFIED

Code verified

WRONG_CODE

Wrong code was entered

Dispatch statuses

Status
Description

initiated

Dispatch is being generated

changing

Transitional status: dispatch is in the process of updating the status

scheduled

Dispatch is scheduled: start time has not come yet

sending

Dispatch is being sent

awaiting

All dispatch messages have been sent, awaiting statuses

done

All dispatch messages have been sent, statuses done (final status)

paused

Dispatch is paused

stopped

Dispatching is stopped (final status)

Dispatch rate

rateTerm value
Description

d

h

the number of messages sent per hour is guaranteed not to exceed the rate value

m

the number of messages sent per minute is guaranteed not to exceed the rate value

"rate": 100000,
"rateTerm": "d",
"hours": [10, 11, 12, 13, 14]

the number of the rate messages will be sent within the five allowable sending hours. Thus, the maximum allowable dispatch rate will be 20,000 messages per hour.

However, if hours are specified: [10, 11], then the maximum allowed dispatch rate will be 50,000 messages per hour.

Last updated