Incoming

Inbound-Message Received

An inbound message is a mobile message routed from an end user's mobile device and delivered to a mobile phone or an application. You can receive the inbound messages directly in your application using Termii's Webhook Notiifcation. Add your webhook url in your termii developer console

OptionsDescription
typeThe classification of message that is received
idThe ID of the request sent
message_idRepresents the ID of the message received
receiverThe destination phone number
senderIt represents the source or sender of the message
messageText of a message that would be sent to the destination phone number
received_atTime the message sent was received
costThe amount charged for the message received
statusThe status of the message received
channelThis is the route through which the message is received. It is either dnd, whatsapp, or generic

Webhook Notification Data

    {  "type":"inbound",
       "id":"8248611476370959318",
       "message_id":"3905204342778053556",
       "receiver":"12022214836",
       "sender":"2347069549231",
       "message":"Great ",
       "received_at":"2020-12-16T10:51:03.000000Z",
       "cost":null,
       "command":"Received",
       "status":"Received",
       "channel":null
}           
Updated at, Wednesday, January 10, 2024