How Can I Manually Trigger The change_email Script (implemented for a custom database)

I’m working on implementing scripts for a custom database and the change_email script is not available to view in the Auth0 Dashboard so I can’t manually trigger it from there like the others. Is there another way to manually trigger this script so that I can test my changes?

Thanks,
Timothy Peacock

Hi @timothy.peacock ,

Unfortunately, there isn’t a ‘Try’ feature for this script as you have seen, however you could add debugging statements into the script (console.log etc.) and use the Realtime Webtasks Extension to monitor the execution.

To trigger the script, you would need to change a Custom Database test user’s email address or email verification status via the Dashboard or the Management API

Kind regards,
Steve

1 Like