Hello,
I have successfully configured authentication for my Zap using the endpoint /zapierSignup
, and the authentication flow is working correctly. After that, I created a trigger intended to fire on new subscription events, which is configured to send a POST request to /newReviewTrigger
. I then published the Zap, expecting the trigger to call the /newReviewTrigger
endpoint whenever a new event occurs.
However, after publishing, the Zap does not hit /newReviewTrigger
as expected. Instead, it continues to call the authentication endpoint /zapierSignup
. I have verified the trigger settings and webhook URLs, but the issue persists.
Could you please help me understand why the trigger is not invoking the correct endpoint and advise on how to fix it?
Thank you.