Skip to main content
Best answer

How to set up trigger to run automatically

  • December 12, 2021
  • 4 replies
  • 121 views

Hi all,

I’ve created an integration and added a trigger using webhook, I also added subscribe and unsubscribe urls in order to have dynamic webhook. When I test the zap it’s working perfectly, and it is sending an email as expected, but I am not sure what should I do in my app to trigger this behaviour? (because it only works when I’m testing it in zap setup)

Thanks in advance

Best answer by mzsadiek

Your question looks similar to what is discussed here: https://community.zapier.com/developer-discussion-13/how-to-setup-and-use-rest-hooks-11075

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

4 replies

mzsadiek
Forum|alt.badge.img+5
  • Zapier Solution Partner
  • December 13, 2021

So if I understand correctly, you are not using a polling trigger, but a REST hook, right?

 


So if I understand correctly, you are not using a polling trigger, but a REST hook, right?

 

Yes, that is correct


mzsadiek
Forum|alt.badge.img+5
  • Zapier Solution Partner
  • Answer
  • December 14, 2021

Thank you very much, this was exactly what I needed