Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.kobble.io/llms.txt

Use this file to discover all available pages before exploring further.

The user.created event is triggered when a new user signs up to your customer portal.

Event Object

type
user.created
data
Event Data Object
The corresponding event data object as described below.

Data Object

id
string
The unique identifier for the user.
email
string
The email address of the user.
name
string | null
The name of the user. Can be null.
createdAt
string
The date and time when the user was created.
isVerified
boolean
Indicates whether the user’s email is verified.