← All apps

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.

I want to integratewithSee how to connect Convex to ...

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

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

Run Mutation

Calls a Convex mutation function. Mutations can read and write data to the Convex database and run atomically.

  • 2 parameters

Run Action

Calls a Convex action function. Actions can call external services, run queries/mutations, and perform async operations.

  • 2 parameters

Update Environment Variables

Creates, updates, or deletes environment variables on your Convex deployment. Setting a value to empty deletes the variable.

  • 2 parameters

Make HTTP Request

Make an HTTP request to any URL with full control over method, headers, and body.