Automate Convex for free on Stepper
Convex is a reactive backend-as-a-service platform providing a real-time database, serverless TypeScript functions, and file storage. Connect your Convex deployment to automate workflows with queries, mutations, and actions.
Triggers available for Convex on Stepper
Query Result Poll
Polls a Convex query function at a regular interval and triggers when new results are returned. Use this to detect new or changed data in your Convex database.
- 2 parameters
- Function Path
- Arguments (JSON)
Actions available for Convex on Stepper
Run Query
Calls a Convex query function and returns its result. Queries are read-only and may be cached by Convex.
- 2 parameters
- Function Path
- Arguments (JSON)
Run Mutation
Calls a Convex mutation function. Mutations can read and write data to the Convex database and run atomically.
- 2 parameters
- Function Path
- Arguments (JSON)
Run Action
Calls a Convex action function. Actions can call external services, run queries/mutations, and perform async operations.
- 2 parameters
- Function Path
- Arguments (JSON)
Update Environment Variables
Creates, updates, or deletes environment variables on your Convex deployment. Setting a value to empty deletes the variable.
- 2 parameters
- Variable Name
- Variable Value
Make HTTP Request
Make an HTTP request to any URL with full control over method, headers, and body.
