What you can automate
Automations on Replit go beyond simple triggers. Because Agent builds real applications with full code, you can:- React to events from any service with webhook support (Linear, Jira, GitHub, Confluence, Discord, and more)
- Run on a schedule with cron-based automations (daily digests, weekly reports, periodic syncing)
- Chain multiple services together in a single automation (Jira event triggers an SMS via Twilio, Google Drive file creates a Notion page)
- Add AI processing to any workflow — summarize, classify, extract, or generate content using built-in AI integrations
- Deploy and forget — automations run 24/7 on Replit’s cloud infrastructure with no servers to manage
How automations work
Most automations follow a simple pattern:- Trigger — An event happens (webhook, cron schedule, or API poll)
- Process — Your app receives the event, applies logic, and optionally calls AI for summarization or analysis
- Action — Your app calls another service to send a message, create a record, or update data
Examples by integration
The following are real automations built and running on Replit. Use these as inspiration or as starting prompts for your own automations.Project management
Linear: Email notifications for issue comments
Linear: Email notifications for issue comments
When a comment is added to a Linear issue assigned to you, receive an email notification so you never miss feedback on your tasks.Services: Linear, Email
Jira: AI-powered email digest for new issues
Jira: AI-powered email digest for new issues
When an issue is created in your Jira workspace, receive an email with an AI-generated summary highlighting the key details and context.Services: Jira, Email, AI
Jira + Twilio: SMS alerts for critical issues
Jira + Twilio: SMS alerts for critical issues
When a critical Jira issue is created, receive an immediate SMS notification via Twilio so you can respond to urgent issues even when away from your desk.Services: Jira, Twilio
This automation uses a Jira webhook pointing to your app’s webhook URL. Agent sets up the endpoint — you configure the Jira webhook to point to it.
Asana + Slack: Due date notifications
Asana + Slack: Due date notifications
When an Asana task is assigned to you with a due date this week, automatically send a Slack notification to keep your team informed.Services: Asana, Slack
Todoist + Google Sheets: Productivity logging
Todoist + Google Sheets: Productivity logging
When you complete a Todoist task, automatically log it to a Google Sheet to track your productivity over time.Services: Todoist, Google Sheets
This is a cron-based automation that periodically checks for completed tasks and logs them.
Communication and notifications
Gmail + Google Calendar: Daily motivation and agenda
Gmail + Google Calendar: Daily motivation and agenda
Every morning at 7am, receive a Gmail email with a motivational quote and your full agenda for the day — a personal briefing to start your morning.Services: Gmail, Google Calendar
Confluence + Slack: Page update notifications
Confluence + Slack: Page update notifications
When a Confluence page in a specific space is updated, automatically notify your team on Slack so everyone stays in sync on spec changes.Services: Confluence, Slack
Discord: Welcome DM for new members
Discord: Welcome DM for new members
When a new member joins your Discord server, automatically send them a welcome DM with onboarding resources and getting-started links.Services: Discord
Spotify + Discord: Playlist sharing
Spotify + Discord: Playlist sharing
When you create a new Spotify playlist, automatically share it to your Discord server so your community discovers your latest music picks.Services: Spotify, Discord
Documents and file management
Google Drive + Notion: Shared document to notes
Google Drive + Notion: Shared document to notes
Box: Email highlights for shared documents
Box: Email highlights for shared documents
Dropbox: Email summary for shared files
Dropbox: Email summary for shared files
CRM and customer support
HubSpot: AI insights for new contacts
HubSpot: AI insights for new contacts
When a new contact is created in HubSpot, receive an email with AI-generated insights about the contact to help you prepare for outreach.Services: HubSpot, Email, AI
Zendesk: Email summary for assigned tickets
Zendesk: Email summary for assigned tickets
When a Zendesk ticket is assigned to you, receive an email summary with the key details so you can prioritize and respond faster.Services: Zendesk, Email
Building your own automations
These examples are starting points. Because Agent builds real applications, you can combine any services and add custom logic:- Multi-step workflows: Chain three or more services together (e.g., Jira issue created → AI summarizes → Slack notification → Google Sheet log)
- Conditional logic: Add filters and conditions (e.g., only notify for high-priority issues, only log tasks from specific projects)
- AI-enhanced processing: Add summarization, classification, sentiment analysis, or content generation to any automation
- Custom schedules: Run automations every hour, every day at a specific time, weekly, or on any cron schedule
Supported services
Automations work with any service available through Connectors, including:Project management
Linear, Jira, Asana, Todoist
Communication
Slack, Discord, Twilio, Gmail, Outlook
Documents
Google Drive, Google Docs, Notion, Confluence, Box, Dropbox
CRM & support
HubSpot, Salesforce, Zendesk
Productivity
Google Sheets, Google Calendar, Spotify
AI providers
OpenAI, Anthropic, Gemini, Perplexity
Next steps
- Get started with Agents & Automations — set up your first automation
- Browse available Connectors — see all the services you can connect
- Learn about Deployments — understand how automations run 24/7
- Explore Agent features — see what else Agent can build for you