Triggers
Triggers is the Space Studio tab for work that starts or wakes inside a Space. It shows Schedule, Webhook, and Email trigger rows in one table.
Route: /spaces/:spaceId/triggers
Trigger types
Section titled “Trigger types”| Type | Purpose |
|---|---|
| Schedule | Recurring or one-time work in the Space |
| Webhook | External POSTs that create or wake work in the Space |
| Cold-contact inbound email to the Space address |
The table shows each trigger’s name, type, description, status, and last run time when available.
Add menu
Section titled “Add menu”Use the Add menu in the header:
- Schedule opens the schedule form.
- Webhook opens the webhook form.
- Email creates or recreates the Space email trigger.
Email is backed by a Space setting, not a separate backend entity. When deleted, it does not appear as a table row. When enabled or disabled, it appears as a single Email row with a copyable Space address. Clicking that row opens the management dialog for changing the address prefix, disabling or re-enabling the trigger, or deleting the trigger.
Space email address
Section titled “Space email address”Space cold-contact email uses:
<space-slug>@<tenant-slug>.thinkwork.aiChanging the prefix changes the Space slug-backed address and automatically preserves the Space source files under the new slug prefix. It does not require per-address SES rule changes.
Cold-contact delivery requires the Email trigger to be enabled and the sender email to match a registered tenant user. Private Spaces also require that user to be a Space member. Disabled or deleted Email triggers do not accept cold-contact email. Token-bearing replies to agent-initiated emails are not the same as cold-contact email and can continue existing conversations even when cold-contact email is disabled or deleted.
Related pages
Section titled “Related pages”- Triggers and Channels - how work enters Spaces
- Admin - Automations - tenant-wide schedules, routines, and webhooks
- Threads: Routing and Metadata - channel metadata
- Admin - Spaces - Space Studio overview