• Get Started >>

›Inbox

Home

  • Introduction

Inbox

  • Incoming

Switch

  • Sender ID
  • Messaging
  • Number
  • Templates

Token

  • Send Token
  • Verify Token
  • In-App Token

Insights

  • Events and Reports
  • Balance
  • Search
  • Status
  • History

Incoming - Updated 12/20

Inbound-Message Received

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
typestring
Represents the type of message that is received
idstring
Represents the ID of the request sent
message_idstring
Represents the ID of the message received
receiverstring
Represents the destination phone number
senderstring
Represents the source or sender of the message
messagestring
Text of a message that would be sent to the destination phone number
received_atstring
Represents the time the message was received
coststring
Represent amount charged for the message received
statusstring
Represents the status of the message received
channelstring
This 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
}           
← IntroductionSender ID →