Creating Webhooks
Step by Step Walkthrough
Login to your account in panel.bace-iot.com.
Click into Project you want to setup a webhook.
From left navigation, go to Integration -> Webhooks
Click Create Webhook button and fill in the details accordingly:
Webhook Label: Provide a name that will help you remember what the webhook is for
Forwarding Type: Select Measurements or Events, this determines the type of information you are sending in the webhook
Measurements is for sending values of the data types (i.e. Temperature: 27.8 C) Sending Measurements as a Webhook
Events is for sending platform specific events (i.e. Device Online) Sending Events as a Webhook
Webhook formatter: Select one of the available formatter. More details on formatters and example response can be found on How to use BACE Webhooks
Authorization: Add your authorization token. Some examples are Bearer <TOKEN>
or ApiKey <TOKEN>
Click create and you are done! You can check the response codes of the webhooks by clicking into Webhook Attempts tab.
Last updated