Create a new user from webhook?

Hi there,

we have a CRM system that sends our a webhook with a contact information (e.g. email, firstName, lastName).

Can I create a new user in Auth0 by listening to such a webhook?
Any pointers in the right direction are welcome.

You can use auth0 management API to create a user, either directly from CRM or by creating a simple web-app receiving a call from your CRM and translating it into auth0 api call.

1 Like

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