BACE API Docs
  • Welcome!
  • Quick Start
  • System Overview
  • 💻BACE Panel
    • BACE Panel
    • How To Onboard Modbus Devices
    • Creating Webhooks
  • 👨‍💻API
    • Get Started Using Postman
    • Authentication
    • Navigating Data
    • Accessing Data
    • Data Sessions
    • Commanding Connectivity Modules
    • Commanding Modbus Devices
    • Accessing Events
    • Advanced Features
  • 📤Integrations
    • BACE Webhooks
    • Blockbax Integration
  • 📖Reference
    • Wiring IoT Connectivity Modules
    • Powering IoT Connectivity Modules
    • HTTP Status Codes
    • Connecting BACE to Default WiFi
Powered by GitBook
On this page

Was this helpful?

  1. BACE Panel

Creating Webhooks

PreviousHow To Onboard Modbus DevicesNextGet Started Using Postman

Last updated 1 year ago

Was this helpful?

Step by Step Walkthrough

  1. Login to your account in .

  2. Click into Project you want to setup a webhook.

  1. From left navigation, go to Integration -> Webhooks

  1. 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>

  1. 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

💻
panel.bace-iot.com
Sending Measurements as a Webhook
Sending Events as a Webhook
How to use BACE Webhooks