⚙️Webhooks

This page explains the steps you need to follow to set up a Webhook as a trigger for your pipe.

A webhook is a way for two apps to talk to each other in real-time. It sends a notification from one app to another when something specific happens, like a new response that has been submitted to FormSG. This helps keep information up-to-date without manual work.

Trigger events

  • Catch raw webhook

Adding a new connection

Create a connection from the dropdown but note that this step is not needed for the trigger step to work.

Testing the trigger

After you receive the webhook URL in the test substep on the editor page, you can test it by sending a GET, POST, PUT, or PATCH request to the URL trigger the flow. You should then observe the data you sent over being reflected on our webpage.

Last updated