Skip to main content

Actions & Triggers

VoltOps Actions & Triggers connect your agents and workflows to external services:

  • Triggers determine when your agents start running - responding to messages, emails, database changes, or cron schedules
  • Actions push agent output to external systems - sending messages, creating records, or calling APIs

Both share the same credential system in the VoltOps console, so you authenticate once and use everywhere.

How It Works

Triggers

Triggers monitor external services and execute your agents when events occur.

ProviderDescriptionDelivery Method
SlackMonitor workspace messages and channelsWebhook
GmailWatch for emails with specific labelsPolling
Google CalendarReact to calendar events (created, updated, cancelled)Polling
Google DriveDetect file or folder changesPolling
AirtableDetect record changes in bases and tablesPolling
GitHubRespond to repository events (PRs, issues, commits)Webhook
ScheduleExecute on cron expressionsTime-based

See the Triggers documentation to get started.

Actions

Actions send data from your agents to external systems with managed credentials.

ProviderDescription
AirtableCreate, update, and manage records
SlackSend messages and notifications
DiscordSend messages to channels
GmailSend and manage emails
Google CalendarCreate and manage events
Google DriveUpload and manage files
PostgresExecute database queries

See the Actions documentation to get started.

Table of Contents