This is available on the Paid plan.
Setting Up Webhook Integration
Follow these steps to connect your form to a custom webhook endpoint.1
Prepare Your Endpoint
Set up an endpoint on your server that can accept
POST requests with a JSON body. This endpoint will receive the submission data every time your form is submitted.2
Add Webhook Integration
Go to Integrations page, Add Integration > Webhook. Enter Name and your endpoint’s URL, then Save.

3
Add the Integration to Your Form
Go to your form’s Integrations page, click Slack Integration.
Data Sent to Your Webhook
For every submission, PipedForm sends aPOST request to your endpoint with a JSON body containing:
- All submitted form field data
submittedAt- the date and time the submission was received
