Registering a Webhook
Kamala Kannan Sankarraj
Last Update há 3 anos
Webhook allows you to send real-time notifications of events within testimonial.to to external services.
You can create/manage the webhook by clicking the 'Integrations' menu and navigating to 'Register Webhooks' page.

Here you can enter the URL of your webhook and then click submit. This should add the webhook in SocialPrf.
A webhook consists of:
- A URL you have configured, to which a webhook event will be posted
- One or more events, which will be posted to a specified URL
When a webhook is triggered, a POST request will be made to the URL configured along with a JSON payload.
For example, whenever a customer records a new testimonial or when a new testimonial is imported into socialprf, a notification with the testimonial details will be sent to the webhook.
You can now use this information to further automate your process, for example you can notify slack channel for this new testimonial.