Silly qn re a rule to fire a zap

I’m implementing this: Auth0 Actions

WIthin it is the below snippet:

request.post({
url : configuration.ZAP_HOOK_URL,
json: payload_to_zap

How exactly should the url look if I replace ZAP_HOOK_URL??

If I just drop in the zap webhook URL it throws syntactical errors. Thanks.

1 Like

Hey @colm,

Apologies for the delayed response, and welcome to the Auth0 Community!

I would expect the Zapier webhook URL to look something like the Custom Webhook URL shown in this blog post.
(i.e. https://hooks.zapier.com/hooks/catch/...)

If that doesn’t help, can you please share the error you are seeing? You can also DM me the exact URL/snippet and I can see if there are any obvious issues.

Thanks!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.