Finding the Triggers Panel
Triggers are accessed from the expert’s detail page via the More menu (...).
Open the More menu
On the expert’s detail page, click the 
... button in the top-right corner of the expert card.
Standard Triggers vs Custom Triggers
| Standard Triggers | Custom Triggers | |
|---|---|---|
| Defined by | Expert owner/editor (built into the expert blueprint) | You |
| Quantity | One per template | Multiple per expert |
| Types | Cron (time-based) or Calendar (event-based) | Recurring (cron) or One-time |
| Editing | Updates overwrite the single template trigger | Each schedule is managed independently |
- Standard Triggers
- Custom Triggers
Standard Triggers are pre-built automation templates defined by the expert’s creator. Each expert ships with zero or more templates. Your job is to configure and enable them.There are two types of Standard Triggers:
The event details passed to the LLM include: event title, start time, description, attendees, organizer, location, and meeting link.If no Policy Prompt is set, a built-in default prompt is used. It decides based on the agent’s name and description and is conservative — it will ignore events when uncertain.Writing a Policy PromptYour prompt replaces the entire default system prompt. You must include the JSON output requirement yourself, otherwise the LLM may return prose and that event will default to
Cron Triggers
A cron trigger fires on a repeating time-based schedule. Examples:- Every weekday at 9 AM — summarize the email inbox
- Every Monday at 8 AM — generate a weekly status report
- Every hour — check for new support tickets

Select the Trigger Template
On the Standard Triggers tab, templates appear as cards. Each card shows the template name, type badge (CRON), and current status (NOT CONFIGURED, ENABLED, or DISABLED). Click the one you want to configure.
Set the Schedule
The schedule builder opens in Visual mode by default.Visual mode options:
- Frequency: Every Hour, Every Day, Every Week, Every Month
- At time: time field in 24-hour format
- On days: day-of-week picker (for weekly schedules)
- PREVIEW row shows the human-readable result (e.g.,
Every Mon at 09:00 (America/New_York))
| Expression | Meaning |
|---|---|
0 9 * * 1-5 | Every weekday at 9:00 AM |
0 8 * * 1 | Every Monday at 8:00 AM |
0 */2 * * * | Every 2 hours |
30 17 * * * | Every day at 5:30 PM |
0 9 1 * * | First day of every month at 9:00 AM |
Set the Timezone
Select your timezone from the dropdown. The schedule fires at the specified time in your selected timezone.
Write the Execution Prompt
Enter what the expert should do when the trigger fires.Example:
“Check my Gmail inbox for unread emails from the last 24 hours. Summarize the most important ones and list any action items.”The prompt must be at least 10 characters long.
Choose Delivery Mode
- Direct Message (DM): The expert sends output to your private DM.
- Space: The expert posts to a specific Google Chat Space. Select the Space from the dropdown.
Calendar Triggers
A calendar trigger watches your Google Calendar and activates the expert when events match your criteria — unlike cron triggers which run on a fixed clock, these are event-driven.Examples:- Before any meeting with more than 5 attendees — prepare a briefing document
- After any event tagged “Client Call” — draft follow-up notes
- When a new event is created — check for scheduling conflicts
Select a Calendar Template
On the Standard Triggers tab, select a template with the CALENDAR type badge.
Connect Google Calendar
If this is your first calendar trigger, you will need to authorize access:
- Click Connect next to the Google Calendar status.
- A Google OAuth window opens — sign in and grant access.
- Once connected, the status changes to Connected.
Select a Calendar
Choose which calendar to watch. The default is your Primary Calendar, but you can select any calendar you have access to.
Write the Execution Prompt
Enter the instructions the expert should follow when an event triggers it.Example:
“For the upcoming meeting, research the attendees on LinkedIn and prepare a one-page briefing with their roles and recent activity.”Be specific about which events should trigger action and which should be ignored.
How Calendar Triggers Decide to Act
When a new or updated event appears on your calendar, the expert evaluates it and makes one of three decisions:| Decision | What Happens |
|---|---|
| Ignore | The event does not match the trigger criteria. No action taken. |
| Schedule | The event matches; the expert runs before the event starts (default: 10 minutes before). |
| Execute Now | The event matches; the expert acts immediately. |
Policy Prompt
The Policy Prompt is set by the expert creator (not the user who hires). It is the system prompt for a lightweight LLM evaluation step that runs before the expert acts.What actually happens: When a new or updated calendar event arrives, the app passes the event details to an LLM using your Policy Prompt as the system prompt. The LLM returns a JSON decision. The app parses that JSON — not the expert, not a tool call — to decide whether and when to fire the expert.This is not an execution prompt. At this step, no tools are available and the expert is not running yet. The only output is a JSON object.Required JSON output structureYour Policy Prompt must instruct the LLM to return valid JSON in this structure. If the LLM returns non-JSON text, parsing fails and that event defaults toignore (logged server-side).| Field | Required | Values / Notes |
|---|---|---|
action | Yes | "ignore" — skip the event. "schedule" — run the expert before the event. "execute_now" — run immediately. |
reason | No | Brief explanation, logged for debugging. |
leadTimeMinutes | No | Minutes before event start to run the expert. Only applies when action is "schedule". Default: 10. |
executeAtIso | No | ISO 8601 timestamp for an explicit run time. Only applies when action is "schedule". Overrides leadTimeMinutes. |
ignore.Calendar Subscription Renewal
Google Calendar subscriptions expire after 7 days. Braintrust automatically renews them before expiry via a daily background job.If automatic renewal fails, go to the Triggers panel, click Connect to re-authorize, then save the trigger again.Use the Cleanup Calendar button if you have stale subscriptions — this removes all existing Google Calendar subscriptions so you can start fresh.Managing Standard Triggers
Enable / Disable — Use the toggle next to the trigger.Edit — Click the trigger to update its schedule, prompt, timezone, or delivery mode. Click Update to save.Delete — Click the Delete button on the trigger card to remove it permanently.Troubleshooting
| Problem | Solution |
|---|---|
| Trigger is not firing | Check that the trigger is Enabled. Verify the schedule and timezone. |
| Trigger fires at the wrong time | Double-check the timezone setting. Cron expressions use 24-hour time. |
| Expert output is empty or unhelpful | Make the execution prompt more specific — include what data to check and how to format output. |
| Calendar trigger does not fire | Check that Google Calendar is connected (green status). Try disconnecting and reconnecting. |
| Expert acts on the wrong calendar events | Add explicit criteria to your prompt (e.g., “only for meetings with external attendees”). |
| ”Not connected” calendar status | The OAuth token expired. Click Connect to re-authorize. |
Talking to Your Expert
Tips for writing effective prompts for both triggers and live conversations.
Edit Expert Settings
Customize the expert’s behavior, tools, and configuration.





