We are using Auth0 hook, but would like to have that code managed & saved in our git repo, and deployed to auth0 by our CI/CD tool.
Is this possible?
According to this (Update Hooks), looks like we would need approval from Auth0 to maybe get access to Webtask CLI first. But even then, it looks like this pop up an editor to make change in there… doesn’t seems to allow us to push a specific file to auth0.
Maybe using the create & delete function would work, but documentation is so thin, not even sure if we can customize what gets created or if you’re supposed to create, then update using web editor…
So is it at all possible to manage the hooks from our git and CI/CD environment ourself?