Navigation

User converted

Summary

Use this webhook to get notified when an user has converted.

For more information on setting up and handling webhook events, view the documentation.

Response

The user.converted webhook returns one property with a User object.

{
  event: "user.converted",
  user: User
}