Crossmint provides webhooks to notify your application about important user-related events. Below are the details of the available webhooks
users.created
This webhook is triggered when a new user is created.
users.updated
This webhook is triggered when a user’s email or phone number is successfully updated.
To handle webhooks, you need to set up an endpoint in your application that can receive HTTP POST requests from Crossmint. Here’s an example of how you might handle a webhook in a Node.js application:
Crossmint provides webhooks to notify your application about important user-related events. Below are the details of the available webhooks
users.created
This webhook is triggered when a new user is created.
users.updated
This webhook is triggered when a user’s email or phone number is successfully updated.
To handle webhooks, you need to set up an endpoint in your application that can receive HTTP POST requests from Crossmint. Here’s an example of how you might handle a webhook in a Node.js application: