MT [Business Initiated]

Requires the entity to have an active ILDO account with StoreIVR [KDC]. The ShortCode Number has to be WhiteListed with all onboarded MNOs.

Host value: {{api-host}}

https://api.tfsc.dev

Send Message

Send Business Initiated [MT] SMS (only within India 🇮🇳)

POST https://{{api-host}}/in/send

The Business needs to have a dedicated ShortCode number with StoreIVR [KDC], and must be whitelisted as a Sender ID / CLI with all the active Mobile Netwerk Operator [MNO]s. Get in Touch with assist+tfsc@kdc.in to get your Number Whitelisted.

Headers

Name
Type
Description

sivr-key*

KEY

Request Body

Name
Type
Description

user*

STRING

Username of the StoreIVR Account

route*

ENUM

Default: dlt

Options: dlt, ildo

source*

NUMERIC

Minimum: 5 Maximum: 8

destination*

STRING

Mobile Number(s) to receive the message (may or may not include a ‘+’ sign). Multiple mobile numbers can be separated by commas (note the comma , should be URL encoded).

type*

ENUM

Default: text

Options: text: Plain Text (GSM 3.38 Character encoding).

flash: Flash Message (GSM 3.38 Character encoding). unicode: Unicode

message*

STRING

The message to send (Can be used for 'long' messages, that is, messages longer than 160 characters for plain text, 140 for flash and 280 for Unicode). For concatenated (long) messages we will be counting as one message for every 153 characters for plain text and 268 characters for Unicode, as the rest of the characters will be used by the system for packing extra information for re-assembling the message on the cell phone.

Last updated

Was this helpful?