Introduction
Events are our way of letting you know when something happens on your account. When an event occurs, we create anEvent object.
Verifying events
It is important to verify that an event originated from Termii. You can verify an event by validating the signature, a valid event is raised with an headerX-Termii-Signature which is a HMAC SHA512 signature of the event payload signed with your secret key.
Outbound Message (Delivery Report)
An outbound message is a message routed from a client or an application and delivered to the end user’s mobile phone. You can receive delivery status report of your messages sent in your application using Termii’s Webhook Notification. Add your webhook url in your termii developer console Request Type:POST
Content-Type: application/json
Body params:
Status of messages sent:
Device offline Notification
You can receive your device offline notification update directly in your application using Termii’s Webhook Notiifcation. Add your webhook url in your termii developer console Request Type:POST
Content-Type: application/json