Skip to main content

I want to integrate zapier in my webapp, the way it works is our clients can use our website to create forms and connect their zapier accounts. When customers fill out the forms the client's zapier account should recieve the info - what is the best way to set this up? Is there a tutorial which explains this process. I don’t want to send data to my own zap but to the client’s zap. This is the first time I am doing this and am super confused.

Hi @hexusai 

One way for your app to send data to a client’s Zapier account would be via a webhook.

The client’s Zapier account would create a Zap with this trigger: Webhook - Catch Hook

Each Zap that uses that trigger will get a unique webhook URL.

https://zapier.com/apps/webhook/help

The client could then provide your app with their webhook url to fire when the customer fills out a form.