Email to Telegram with HTML Gist
detail.loadingPreview
Automatically send new emails as formatted messages to Telegram and store their HTML content in a GitHub Gist.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow automates the process of receiving new emails via IMAP, transforming their content into an HTML webpage, and storing this HTML as a GitHub Gist. Subsequently, it sends a notification to a Telegram chat with a link to the HTML page. It also includes a mechanism to clean up the Telegram message and the GitHub Gist after a specified waiting period.
Key Features
- Monitors an IMAP inbox for new emails.
- Converts email content to an HTML format.
- Stores the HTML content as a private GitHub Gist.
- Sends a Telegram message with a link to the HTML Gist.
- Includes an option to delete the Telegram message and GitHub Gist after a delay.
How To Use
- Configure the
Email Trigger (IMAP)node with your IMAP server details and credentials. - Set up your Telegram credentials by replacing
<Your Chat ID Here>with your actual Telegram chat ID. - Configure the
Github Gistnode with your GitHub API URL and ensure your GitHub credentials are set up correctly (useYOUR_CREDENTIAL_HEREas a placeholder for your credential type). - Adjust the
Waitnode's duration if needed. - The
Manual Triggercan be used for initial testing or manual execution.
Apps Used
Workflow JSON
{
"id": "542b653d-33df-4762-9f35-ed15e4f56092",
"name": "Email to Telegram with HTML Gist",
"nodes": 0,
"category": "Email",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 542b653d-33df...
About the Author
SaaS_Connector
Integration Guru
Connecting CRM, Notion, and Slack to automate your life.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
IMAP Email Read to Nextcloud Upload
Reads emails from an IMAP server, processes attachments, and uploads them to Nextcloud.
Community Contributed Unverified Email Fetcher
Fetches unread emails from your inbox using JMAP.
Fastmail Masked Email Management
Automate the creation, retrieval, and management of Fastmail masked email addresses.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.
Robust Concurrency Control for n8n Workflows with Redis
Prevent simultaneous execution of critical n8n workflows or tasks using a centralized, Redis-backed locking mechanism. This reusable utility workflow ensures data integrity and resource management by allowing other workflows to acquire, check, and release locks.