Think of webhooks as a way of us automatically pushing information to your system, rather than you pulling it from us, as you would with our API. By providing us with a URL, we post any feedbacks that fit the criteria you set, from which point you can use them in any way you like!
โ
Getting Started
To setup the webhook login to our web interface and:
Go to the Act page --> click on the Webhook option.
Add a new webhook to the list.
Add your preferred URL and save the webhook.
Grab the comments from that URL as they come in and direct them anywhere you like (your own system, a ticketing or messaging system - Zendesk, Slack etc.).
You can see the technical details of a webhook implementation here.