Logo
DocsTemplatesBlogPricing
LoginSign up

Choose a template

Quickly get started with your workflow by using a pre-built template.

A blank starter ready to run your own workflow

A blank starter ready to run your own workflow

npx create-trigger blank-starter
'Hello World' with a simple custom event trigger

'Hello World' with a simple custom event trigger

npx create-trigger hello-world
A basic CRON job workflow template

A basic CRON job workflow template

npx create-trigger cron-basic
Run a scheduled healthcheck on your website every 5 minutes

Run a scheduled healthcheck on your website every 5 minutes

npx create-trigger scheduled-healthcheck
Sync a new GitHub issue to a Notion database

Sync a new GitHub issue to a Notion database

npx create-trigger github-issues-to-notion
Post to Slack every time a GitHub repo is starred

Post to Slack every time a GitHub repo is starred

npx create-trigger github-stars-to-slack
Post to Slack when a GitHub issue is created or modified

Post to Slack when a GitHub issue is created or modified

npx create-trigger github-issues-to-slack
Create a Loops.so contact from a Supabase webhook

Create a Loops.so contact from a Supabase webhook

npx create-trigger supabase-to-loops
Send a message to Discord from a Supabase webhook

Send a message to Discord from a Supabase webhook

npx create-trigger supabase-to-discord
A Resend email drip campaign when a new user signs up

A Resend email drip campaign when a new user signs up

npx create-trigger resend-welcome-drip-campaign
A SendGrid email drip campaign when a new user signs up

A SendGrid email drip campaign when a new user signs up

npx create-trigger sendgrid-welcome-drip-campaign