Question

Getting response 404 error response with message "please unsubscribe me!"

  • 17 April 2024
  • 2 replies
  • 49 views

When Iam calling Zapier endpoint with request body I am getting 404 error respond with message “please unsubscribe me!”  

What can be the reason for this. Please find the curl below

 

curl --location 'https://hooks.zapier.com/hooks/catch/3828812/3p594vc/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name":"Taru",
"email":"nisansala.ranasinghe@tecciance.com"
}'


2 replies

Userlevel 7
Badge +14

Hi @Nisansala Ranasinghe 

This will help explain: https://help.zapier.com/hc/en-us/articles/24290475355277-Maximize-efficiency-with-updated-webhook-behaviour

 

  • If your Zap is off or deleted, Zapier will return a 404 response for incoming webhooks directed at that Zap.

Hi @Troy Tessalone 

After I click on the refresh button url started to work. I still didn't publish this. If I publish will this issue resolved or Is there any API that i can call if this webhook url got expired to activate it.

 

 

Thank you

Reply