Webhook catcher

Webhook catcher
Webhook
·
1/26/2022
·
3 min. read

Webhook catcher lets you receive a webhook from any application so that you can use its fields in your automations. It comes in handy when you want to integrate with an app that isn’t listed in the Albato app library, but it allows you to manually specify an endpoint URL to send webhooks to.

Let’s create a «webhooks» connection as an example and «catch» all the parameters that Webflow can pass to us after the filled out form.

To do this, open the App tab in the top menu bar. Click the Add a connection button.

2022-08-10_07-27-24.png

Select the app from the list or use the search bar. Pick the Webhook service.

Снимок экрана 2022-04-28 в 20.53.14.png

Click «Add connection» and name the connection, click on «Continue»

Снимок экрана 2022-04-28 в 21.01.58.png

Copy the generated webhook and click on "Save"

Снимок экрана 2022-04-28 в 21.09.46.png

We register it in Webflow, go to edit the created site, in the settings of the form you need paste the webhook copied from the connection. Save the settings and publish the changes

Снимок экрана 2022-04-28 в 21.20.01.png

Now you can launch webhook catcher in Albato

Снимок экрана 2022-04-28 в 21.25.09.png

Next, click the Wait for webhook button.

webhook.png

While Albato is waiting for a request, you see this window

Снимок экрана 2022-04-28 в 21.37.48.png

Now you can send a test request from Webflow to our webhook, publish the website and fill in the data in your form by initiating the transfer of data to the webhook.

After the webhook is «caught», you will see the following message

Снимок экрана 2022-04-28 в 21.42.59.png

Done!

We created a custom integration with an app that is not currently included in Albato's library. This was made possible through the use of webhooks and the webhook catcher.


Webhook