Creating Webhooks
Last updated
Last updated
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
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.
Measurements is for sending values of the data types (i.e. Temperature: 27.8 C)
Events is for sending platform specific events (i.e. Device Online)
Webhook formatter: Select one of the available formatter. More details on formatters and example response can be found on