BrainGrid Controller
Process Orchestrator
Triggers

Triggers

A trigger is the starting point of every process. It defines the condition that causes the process to run. Drag a trigger from the left panel onto the canvas and connect it to the Start node.

Trigger component panel showing all trigger categories

Triggers are grouped into the following categories:

CategoryTriggerDescription
System TriggersAPIFires when a specific API endpoint is called with a matching method and status code
System TriggersDatabaseFires when a record is created, updated, or deleted in a selected table
System TriggersFileFires when a file is uploaded or changed
Time BasedScheduledFires on a recurring schedule (cron expression or interval)
User InteractionUIFires when a user performs an action in the interface, such as clicking a button
Third PartyWebhookFires when an external service sends a request to the generated webhook URL
AuthenticationAuthenticationFires on login, logout, or authentication events

Each trigger type has its own configuration options. See the individual trigger pages for details.