Integrations

Integrations

Reliable background jobs, simplified.

Connect CronFlow to the languages and services your team already uses. Ship scheduled jobs, webhook handlers, and recurring tasks without wiring up your own infrastructure.

Browse All Integrations Read the Docs

Find an Integration

Search by language, framework, or third-party service. Every integration includes a client library, authentication guide, and migration notes.

Supported Languages

First-class SDKs for the most popular languages. Each SDK ships with type hints, async support, and a local dev server.

Python

pip install cronflow — works with Celery, APScheduler, and FastAPI. Supports Python 3.9+ with full type annotations and Pydantic v2 models.

v4.2.1 · 12k GitHub stars

Ruby

gem install cronflow — drop-in replacement for Sidekiq cron extensions. Compatible with Rails 7, Sinatra, and Hanami. MRI and JRuby supported.

v3.8.0 · 4.3k GitHub stars

JavaScript / TypeScript

npm install cronflow — native support for Node.js 18+, Bun, and Deno. Full TypeScript definitions, Zod schema validation, and ESM-first exports.

v5.1.4 · 9.7k GitHub stars

Service Integrations

Trigger jobs from external events or push results downstream. All service integrations use OAuth 2.0 or API-key authentication with automatic token refresh.

Slack

Post job results, error alerts, and daily digest reports to any channel. Supports Slack Bolt app events, ephemeral messages, and block kit formatting.

Webhook · Events API · Bolt

Discord

Send scheduled pings, embed-formatted job summaries, and thread-linked logs to Discord. Uses Discord's REST API and WebSocket gateway for real-time status.

REST API · WebSocket

AWS S3

Upload job artifacts, CSV exports, and log bundles directly to S3 buckets. Supports lifecycle policies, SSE-KMS encryption, and presigned URL generation.

SDK v3 · IAM Roles · SSE-KMS

Stripe

Run recurring billing jobs, reconcile invoices, and trigger dunning campaigns on a schedule. Listens to Stripe webhooks and retries with exponential backoff.

Webhooks · API v2024-12-18

Integration at a Glance

See how CronFlow connects across your stack — from language SDKs to third-party services, all managed from a single dashboard.

CronFlow integration grid showing connections between Python, Ruby, JavaScript SDKs and services like Slack, Discord, AWS S3, and Stripe

More Integrations Coming

We add a new integration every sprint. Current roadmap includes GitHub Actions, Twilio SMS, Postgres pg_cron, and Shopify webhooks.

Can't find what you need? Our open-source plugin SDK lets you write custom integrations in under 50 lines of code. Community plugins are reviewed and published to the official registry.

Request an Integration Build a Custom Plugin