MindsDB home page
Search...
⌘K
Ask AI
Login
Get Started
Get Started
Search...
Navigation
Automate Workflows with Triggers
Query Triggers
Documentation
SQL API
SDKs
REST API
Integrations
Contribute
FAQs
Join our Slack
GitHub
SQL API
Overview
MindsDB SQL Syntax
Get Started
Integrate Data Sources
Integrate AI Engines
Create Projects
Deploy Models
Get Predictions
Manipulate Data in Tables, Views, and Files
Automate Workflows with Jobs
Automate Workflows with Triggers
Create a Trigger
Remove a Trigger
Query Triggers
Customize Chatbots with Agents
On this page
Description
Syntax
Automate Workflows with Triggers
Query Triggers
Description
Triggers enable users to define event-based actions. For example, if a table is updated, then run a query to update predictions.
Currently, you can create triggers on MongoDB data sources.
Syntax
Here is the syntax for querying all triggers:
Copy
Ask AI
SELECT
*
FROM
triggers;
Suggest edits
Raise issue
Remove a Trigger
Agents
Assistant
Responses are generated using AI and may contain mistakes.