Webhooks
Hannah avatar
Written by Hannah
Updated over a week ago

A webhook is an HTTP callback. It is an efficient way to have real time data sent to a user based on specific events within a Webconnex product. This is a technical process, and should not be attempted unless trained to do so. If you are familiar with webhooks, you can view full documentation here.

Adding A Webhook

Select Integrations from the Extras menu. 

Select Add Integration. Then select Webhooks. 

Name the webhook something clear that will help you identify it. You will also place the endpoint URL here.

Customize the webhook.

  1. This toggle turns the webhook on or off. If it's off, no data will be sent out.

  2. Here you can toggle specific ‘events’ on that will happen within the Webconnex platform.New Registration: When a registrant submits a new registration.Subscription/Deposit processed: When a subscription donation or final deposit is paid.Form publish: When a form (that is selected from the form list) is published, whether new or updated.Inventory supply: When inventory is used on forms, it will update you at a few intervals so inventory is tracked. Coupon creation/edit: Whenever a new coupon is made by a user or a coupon is edited.

  3. This toggle will indicate whether to include all created, and newly made, forms on the list to actively send out the webhooks. If it is toggled off you will be given a list where you can select or deselect the forms you want to include. 

Test the webhook. 

You can submit test donations to see how the data will look on your side.

To view the status of a specific webhook, you can scroll to the bottom of the page, and see all individual webhooks there. You can expand to see the Payload, Request, Response, and more.

Did this answer your question?