Question

zapier webhook and postman

  • 24 December 2021
  • 3 replies
  • 546 views

Userlevel 1

I'm trying to test a webhook and sending payload through postman.  The post is successful, but when I try to find it when testing the catch, it's not there.  The same hook worked fine a couple weeks ago.  Could it be corrupt?


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

3 replies

Userlevel 7
Badge +14

Hi @Google Forms -> Monday.com 

Try sending a unique value along with the webhook request for example a timestamp.

Check out this help article to learn more about Zap trigger data deduplication: https://zapier.com/help/create/basics/data-deduplication-in-zaps#step-1

Userlevel 1

Thank you!  The issue was that I was sending the same payload each time...

Userlevel 7
Badge +12

Hi @Google Forms -> Monday.com - It happened to me as well - Try to use Catch Raw Hook instead and see if it works. You would also need to parse the payload using a Code step.