Skip to main content
Best answer

logging when a zap triggers to a google sheet

  • November 27, 2020
  • 2 replies
  • 41 views

Trying to initiate a ZAP log to google sheet ...when another zap I created fires.

Example.  I have many different zaps set to take facebook leads and email them to specific agents.  

 

NOW, I want to create a zap, that takes every zap that is triggered to email an agent and log that into a google sheet as to WHO it went to.  So I don’t have to do this manually.

Would I use webhook, I am confused on how to create a zap from a zap being triggered.

Best answer by Troy Tessalone

You could just add another GSheet Add Row step to each of your Zaps.

OR

You can use a Webhoook to trigger another Zap.

The Zap you want to trigger will provide the webhook from the trigger step, which you can put in the Webhook action step of the originating Zap.

You’ll have to pass the data on the webhook URL that you want to use in the other Zap.

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

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

2 replies

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • Answer
  • November 27, 2020

You could just add another GSheet Add Row step to each of your Zaps.

OR

You can use a Webhoook to trigger another Zap.

The Zap you want to trigger will provide the webhook from the trigger step, which you can put in the Webhook action step of the originating Zap.

You’ll have to pass the data on the webhook URL that you want to use in the other Zap.

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


  • November 27, 2020

Troy,

your right, I could just do the extra step on each, we have over 40 now, but that would be fine, yes I  will do that versus waiting.

I was trying to figure out the webhook option thinking that would be a ONE zap option.  BUT I think it may still end up requiring multiple zaps so I think I will add to each step.

 

Thank you, sometimes we are trying to hard  and the answer is “hey just add an additional step” lol thank you.