The Zapier package provides an action in a Form to send the form data to a Zapier webhook, automate multiple sub-processes, and connect multiple outputs.
Sending the form inputs to Zapier
- Insert
i
a Form component into your page and all needed Inputs.
- Select the Form component.
- Add a new Action in the onSubmit, and select the sendToZapier.
- Copy and paste your Zap Webhook URL on its Config tab.
- Bind the formData to the Form
data
property.
Properties
- formData (required) - Form inputs object
- zapURL - Zap WebHook URL to send the data