Callback URL
The REST API provides the ability to the client applications to get directly connected with the TFSC platforms. The TFSC platform then submits the incoming requests to the client application over the HTTP/HTTPS API and waits for the return response from the API. The client application performs the necessary action based on the API inputs, and responds with the appropriate response message for the sender.
Anytime a message originates from a sender, the following is sent to the Callback URL
POST
<URL as listed by you during onboarding>
Request Body
shcode*
NUMERIC
The number on which the sender has sent the message
msisdn*
NUMERIC
The 12 digit mobile number (including country code) of the sender. Only Indian Numbers will be passed through.
msg*
STRING
Raw message text sent by the sender.
circle
STRING
Telecom circle of the sender (May send empty if MNP or if information not available).
operator
STRING
Telecom operator of the sender (May send empty if MNP or if information not available).
Value: airtel
, vodafone
, vodafone-idea
, reliance-jio, etc.
Last updated