Hi, There is some issue that I don’t find solution for.
I tried to add bubble webhook in 3rd party app.
When it happens 3rd party app sends code to bubble webhook to authenticate and expects bubble webhook to send it back.
How this can be done?
Tried return API but didn’t work for some reason.
I´m looking for this solution to authenticate the Webhook
Can anyone help me?
Verification of your webhook
Before you can enable your webhook, we first need to verify your webhook URL. For this we are sending an [webhook.verify] event to your URL (see the example below). For successful verification you need to return this token in the response to the event.
I don´t know how to send back the Token in the Bubble
Webhook events
Event
Description
webhook.verify
This event is sent when the webhook needs to be verified. You need to return the sent token in the response together with a HTTP 200 status in order to successfully verify your webhook.