Question

How to integrate zapier in my webapp where the zapier account belongs to the client and they generate a webhook for us?

  • 26 January 2024
  • 1 reply
  • 11 views

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.


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 7
Badge +14

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.