Easily Integrate Busyconf Webhooks with your application.
https://busyconf.com/docs/api/webhooks/
Steps to receive Busyconf Webhooks
- Sign up for your free Hooky account.
- Create a new Webhook Source, and select Busyconf. This will be the endpoint that receives webhooks on behalf of your application, and forwards them using the unified SDK.
- Step 1
- Step 2
- Once a webhook is received from Busyconf, you'll see it under the Live Logs section of your webhook source.
- Next, follow the examples below to integrate the Hooky SDK in ruby or javascript, and start receiving webhooks.
Integrating Busyconf Webhooks Using Javascript
- Sign up for your free Hooky account.
- Create a new Webhook Source, and select Busyconf. This will be the endpoint that receives webhooks on behalf of your application, and forwards them using the unified SDK.
- Step 1
- Step 2
- Once a webhook is received from Busyconf, you'll see it under the Live Logs section of your webhook source.
- Next, follow the examples below to integrate the Hooky SDK in ruby or javascript, and start receiving webhooks.
Integrating Busyconf webhooks with Hooky in your Javascript based application is straight forward. Just grab the SDK, and call a function when that webhook is received.
Integrating Busyconf Webhooks Using Ruby
Integrating Busyconf webhooks with Hooky in your Ruby or Ruby on Rails application is straight forward. Just grab the SDK, and call a method when that webhook is received.
Configuring Busyconf Webhook Authentication
Here's how it works
Supported Busyconf Webhook Events
event.created
not yet implemented)
event.updated
not yet implemented)
ticket.created
Occurs whenever a new ticket is successfully created.
ticket.updated
Occurs whenever an existing ticket is successfully updated (The cancelled_at will be set for cancelled tickets. It will be null for active or reinstated tickets).