Integrate Biz360 Webhooks

 

Webhooks API allows you to subscribe to events connected to a business account with your integration installed. Instead of making an API call, Webhooks can send an HTTP request to an endpoint you configure.

How are Webhooks and APIs different?

Webhooks and APIs differ in how they make requests. APIs will place calls for data regardless if there’s been a data update response or not. Webhooks receives calls through HTTP POSTs only when the connected system has a data update.

Using Webhooks

To set up a webhook, you have to register a URL. That URL will accept data and then can activate a workflow. You can specify the situations where data will be delivered.

To connect Webhooks:

  1. Open the platform.
  2. Click Settings.
  3. Click Integrations.
  4. Under "Webhooks", click Connect.
  5. Click Copy to Clipboard to copy the token.
  6. Paste the token into your other apps as needed.
Note: You’ll see your token in the API Token field.

Related to

Was this article helpful?