Kobble Documentation home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
Events
User Created
Documentation
Community
Blog
Home
Introduction
Quickstart
Set up Kobble
Next quickstart
React quickstart
Vue.js quickstart
Integrations
Fullstack SDKs
Next.js
Client SDKs
Javascript
React
React Web Extension
Admin SDKs
Node.js
Deno
Go
Product
Customer Portal
Authentication
Monetization
Quotas
Permissions
Webhooks
Overview
Events
User Created
Subscription Created
Subscription Updated
Subscription Deleted
Quota Reached
Ping
Guides
Best Practices
Integrating Crisp
On this page
Event Object
Data Object
Events
User Created
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.
Overview
Subscription Created
Assistant
Responses are generated using AI and may contain mistakes.