Accessing the Events Page
- Log in to your BoostGPT dashboard
- Navigate to Agents and select your agent
- Click Events in the sidebar
Creating a New Event
Click Create Event to open the event form.Basic Information
| Field | Description | Example |
|---|---|---|
| Name | Unique identifier (no spaces, use snake_case) | checkout_abandoned |
| Label | Display name shown in dashboard | ”Checkout Abandoned” |
| Description | Notes about this event | ”Triggered when user leaves checkout page” |
Prompt Template
The prompt template defines what message your agent receives when this event triggers. Without template: Your agent receives a generic message built from the context data. With template: Your agent receives a customized message with context variables injected.Active Status
Toggle whether this event is active. Inactive events:- Won’t respond to trigger calls
- Won’t count toward your trigger limit
- Are useful for temporarily disabling triggers
Managing Events
Events List
The Events tab shows all your events with:- Event name and label
- Trigger count (this month)
- Active/inactive status
- Quick actions (edit, delete, toggle)
Editing Events
Click the edit button on any event to modify:- Label and description
- Prompt template
- Active status
Deleting Events
Delete events you no longer need. This:- Removes the event definition
- Does not delete historical trigger logs
- Future trigger calls for this event name will auto-create a new event
Event Limits
Your plan determines how many triggers you can make per month:| Plan | Triggers/Month |
|---|---|
| Free | 100 |
| Starter | 1,000 |
| Pro | 5,000 |
| Prime | 20,000 |
| Scale | Unlimited |
Trigger Logs
View trigger history in the Logs tab:- Timestamp of each trigger
- Event name triggered
- Context data passed
- User info (if provided)
- Source URL
- Resulting chat URL
- Debug trigger implementations
- Analyze user friction patterns
- Understand which events fire most often