How this Helps

Triggers allow users to automate processes in response to manual actions, scheduled intervals, or external system events.

A trigger is an event that starts a workflow in Blink. When a trigger event occurs, Blink automatically executes the workflow based on the selected trigger type.

Trigger Types

Blink workflows can be initiated through three primary types of triggers: on-demand, event-based, and scheduled. Each trigger type has its own execution model and use cases. On-demand triggers are manually initiated by users, event-based triggers respond to external events in real-time, and scheduled triggers run at intervals as configured when building the workflow.

Blink supports these primary trigger types:

By selecting the appropriate trigger type, users can ensure their workflows execute efficiently and in alignment with operational requirements.

On-Demand Triggers

On-demand triggers are initiated manually by a user. This trigger type is useful when workflows need to be executed in response to an ad hoc request. Users can start workflows through various interfaces as described in the following table:

InterfaceDescription
Manual TriggerUsers with access to the Blink platform can also trigger workflows manually.
Self-Service PortalAllows authorized users to trigger workflows through a dedicated UI.
Slack & Microsoft TeamsEnables workflow execution directly from messaging platforms.
SubflowsWorkflows that can be used when triggered by a parent workflow, typically useful when the subflow is an action that is needed by more than one parent workflow.

Event-Based Triggers

Event-based triggers automatically initiate workflows in response to external events. These events originate from third-party integrations, webhhooks, or Blink events (errors and runner notifications). Common sources are as described in the following table:

Trigger TypeDescription
External event triggersEvents triggered by third-party integrations.
Custom WebhooksUser-defined webhooks that trigger workflows.
Web FormsCreate and share a secure, interactive web page designed to gather input.
Native Blink eventsBuilt-in events generated within Blink.
Case Management eventsEvents associated with case tracking and management.

Scheduled Triggers

Scheduled triggers initiate workflows at intervals configured for the workflow. This is ideal for recurring tasks that need to be executed automatically without manual intervention.

Users can configure schedules using:

Scheduling MethodDescription
Fixed IntervalsRun workflows hourly, daily, weekly, or at custom time frames.
Cron ExpressionsSpecify complex scheduling patterns using standard cron syntax.

How to Choose the Right Trigger Type

Selecting the appropriate trigger type depends on the nature of the workflow and the desired level of automation:

  • Use on-demand triggers for workflows requiring manual initiation and immediate ad-hoc execution.
  • Use event-based triggers to automate responses based on real-time events and system changes.
  • Use scheduled triggers for repetitive, time-based automation tasks.

See It In Action