Webhooks Integration
Enabling the Webhook Integration allows Wise to call a script on your server when one or more events happen in the Wise system. Webhooks can be thought of as event listeners or push notifications. They allow you to build or set up integrations, which subscribe to certain events on Wise. When one of those events is triggered, we'll send a HTTP POST payload to the webhook's configured URL.
Webhooks can be used to update an external systems like CRM system, Zapier or Pabbly etc or even send alerts to your email address.
Configuring webhooks can be done through the Wise Institute Settings page. Inside the Settings select Developer options and then click on Webhooks. You can select the events that you want to be notified for and specify the URL where the POST message should be sent
A webhook call is considered successful when the API endpoint at your end responds with a Status 200 OK response.
Webhook Authentication
We send a authorisation key in the header that can be used to verify the authenticity of the webhook received by your endpoint.
Please test the webhooks after you enable them to get your authorisation key
Webhook Retry Mechanism
Webhook Retry MechanismWebhook Events
Webhook Event SamplesLast updated