To increase the security of data transfer, please ensure that your endpoint is hosted on a secure HTTPS web server. You can either use an endpoint provided by services like Zapier or develop your own, but make sure it has at least SSL encryption.
How to add a default Webhook
Once you have set up the endpoint for the Webhooks, copy the URL and go to the Webhooks section of the Platform. Click create a new Webhook. The simplest is just a global Webhook that sends all events.
URL end points need to be unique. Two Webhooks cannot have the same URL - but it can be different sub directories of an URL.
There are six kinds of events of Webhooks:
Network Logs - when a SIM registers, authenticates or de-registers to a network.
Data usage - per SIM, is updated every 15 minutes of activity or when a SIM de-registers from a network.
Device SMS - when a device sends a SMS to any number.
SMS usage - separately for both outgoing and ingoing
Location (approximate) - of a SIM at the beginning and end of a session and when the location changes during a session.
Usage alerts - when a device reaches a Usage Alert Threshold (optional) or is blocked by Usage Limit.
How to edit a Webhook
It is easy to also edit a Webhook. When the Webhook changes have been saved, the Webhook will change and the new update will come into effect.
Customizing Webhooks for use cases
IoT deployments can quickly become large. Receiving all events for all SIMs and altering it on the backend requires developer time and resources. Taking advantage of Tags, webhooks can be customized for specific uses.
Use Case Examples:
Tracking Network-logs in a test country
Catching SMS error codes from a legacy device
Monitoring events of a development kit to help monitor how it is functioning
Mapping location events of a specific product
What is the data being sent?
You can find more information about the data structure for the different events in the Webhooks section of our API documentation.
If you have any further questions, you are welcome to send us your questions to [email protected].