What do the logs show? If a trigger perform step returns an error on the first time it runs Zapier will turn the Zap off. So I’d look to make sure the subscribe perform is working at Zap enablement time, and the rest hook trigger’s perform method isn’t returning an error, thrown or otherwise.
no error when receiving a POST request, hookUrl is present in body and I reply with 201 status and empty body ;
trying to make a POST request to said URL will return 410 status and "please unsubscribe me!" in body.
Zane wrote:
If a trigger perform step returns an error on the first time it runs Zapier will turn the Zap off. So I’d look to make sure the subscribe perform is working at Zap enablement time, and the rest hook trigger’s perform method isn’t returning an error, thrown or otherwise.
Turns out I receive no request to the perform method.
I have created a REST hook trigger for my "New User Zap", All zap creation steps are successfully done without any error.
But, When I turn ON the zap I got the subscribe zap "hookUrl", and when I refresh the current page it shows zap is OFF.
I got this mail
“ Unfortunately your Zap New User Zap could not be switched on. Please try enabling it again, and if you still experience issues, get help. “
Also, I'm getting two hookURL at the time of zap turn ON First hookUrl: https://hooks.zapier.com/hooks/standard/12*****5/2d*****************************3/ Second hookUrl: https://zapier.com/hooks/standard/12*****5/2d*****************************3/
When I hit both hookUrl I got this message "please unsubscribe me!" In the end zap does not insert data in my google sheet