Back to Catalog

Automate meeting scheduling through Telegram with Google Calendar & Notion CRM

Shelly-Ann DavyShelly-Ann Davy
40 views
2/3/2026
Official Page

πŸ’Ό Graceful Scheduler Bot β€” Client & Affiliate Booking Automation

The Graceful Scheduler Bot transforms scheduling into an elegant, automated process.
Clients and affiliates simply send a /book message in Telegram, and the workflow manages everything:
conflict checks, calendar booking, confirmations, CRM logging, and reminders. ✨


🌸 Features

  • πŸ“² Telegram Intake: Accepts /book command with meeting type, date, time, and email.
  • πŸ“… Google Calendar Integration: Checks if the requested time is free and creates a 30-minute event.
  • πŸ’Œ Confirmations: Sends instant confirmation by Email and Telegram.
  • πŸ—‚οΈ Notion CRM Log: Records details (Name, Email, Meeting Type, Date, Status).
  • ⏰ Reminders: Sends polite reminders 24h before the meeting via Email and Telegram.

βš™οΈ Setup Instructions

  1. Telegram Bot:
    • Create a bot with BotFather
    • Add your token into n8n credentials
  2. Google Calendar:
    • Connect your account in n8n credentials
    • Use primary or specify your calendar ID
  3. Email Send Node:
    • Configure SMTP or Gmail OAuth
  4. Notion Database:
    • Create a database with properties:
      • Name (title)
      • Email (email)
      • Meeting Type (select)
      • Date (date)
      • Status (select)
    • Replace YOUR_NOTION_DATABASE_ID in the workflow
  5. Customize Messages:
    • Update confirmation + reminder copy to match your tone
  6. Test Example:
    /book client 2025-09-20 14:00 hello@example.com Jane Doe

🧩 Node List

  • Telegram Trigger β†’ listens for /book messages
  • Function (Parse Command) β†’ extracts meeting type, date/time, email, name
  • IF Valid? β†’ routes to help or booking flow
  • Google Calendar (Get Events) β†’ checks for conflicts
  • IF Time Free? β†’ prevents double booking
  • Google Calendar (Create Event) β†’ books slot + invites guest
  • Email Send (Confirmation) β†’ elegant confirmation email
  • Telegram (Confirmation) β†’ graceful in-chat confirmation
  • Notion (Create Page) β†’ logs details into CRM
  • Wait β†’ pauses until 24h before meeting
  • Email Send (Reminder) β†’ gentle email reminder
  • Telegram (Reminder) β†’ in-chat reminder

πŸ§ͺ Testing Tips

  • Start with a test booking command using today’s date/time.
  • Check Google Calendar β†’ event should appear with guest invite.
  • Confirm both email and Telegram confirmations are sent.
  • Verify a new page is created in your Notion database.
  • Let the Wait node trigger β†’ reminders should arrive 24h before.

🏷️ Tags

Automation, Scheduling, Calendars, CRM, Telegram, Notion


✨ With the Graceful Scheduler Bot, scheduling feels less like admin work and more like having your own digital assistant β€” polished, timely, and beautifully automated.

n8n Workflow: Automate Meeting Scheduling through Telegram

This n8n workflow provides a robust framework for automating meeting scheduling. It primarily focuses on receiving commands via a Telegram bot, processing them, and potentially interacting with other services (though the provided JSON only shows the Telegram input and email output, with placeholders for more advanced logic).

What it does

This workflow is designed to:

  1. Receive Telegram Messages: It starts by listening for incoming messages or commands from a Telegram bot.
  2. Process Telegram Input: It processes the received Telegram message, extracting relevant information.
  3. Conditional Logic: It includes an If node, indicating that different actions might be taken based on the content of the Telegram message.
  4. Send Email: In one potential branch of the workflow, it sends an email. This could be for notifications, confirmations, or to trigger further actions.
  5. Respond to Webhook: It can respond to the initial webhook trigger, which is useful for acknowledging receipt of the message or providing immediate feedback.
  6. HTTP Requests: It includes an HTTP Request node, suggesting potential integration with external APIs (e.g., Google Calendar, Notion CRM, or other scheduling tools).
  7. Data Manipulation: Uses a Set node to manipulate or prepare data for subsequent steps.
  8. Code Execution: Includes a Code node for custom JavaScript logic, allowing for highly flexible data processing or integration.
  9. Manual & Scheduled Triggers: The workflow can be executed manually or on a schedule, providing flexibility for testing or periodic tasks.

Prerequisites/Requirements

To use this workflow, you will need:

  • n8n Instance: A running instance of n8n.
  • Telegram Bot: A Telegram bot token and a configured Telegram credential in n8n.
  • Email Account: An SMTP server configured for sending emails, or an email service credential in n8n.
  • Webhook: The webhook URL generated by the Webhook trigger node.
  • External APIs (Optional): If you intend to integrate with Google Calendar, Notion, or other services, you will need API keys and credentials for those respective platforms.

Setup/Usage

  1. Import the Workflow:
    • Copy the provided JSON content.
    • In your n8n instance, go to "Workflows" and click "New".
    • Click the "Import from JSON" button and paste the copied JSON.
  2. Configure Credentials:
    • Telegram: Locate the Telegram node and configure your Telegram Bot API credential.
    • Send Email: Locate the Send Email node and configure your SMTP or email service credential.
  3. Activate the Webhook:
    • The Webhook node will generate a unique URL. This URL needs to be configured as the webhook for your Telegram bot (e.g., using setWebhook API call for Telegram).
  4. Customize the Logic:
    • If Node (ID: 20): Customize the conditions in the If node to define how different Telegram messages should be handled.
    • HTTP Request (ID: 19): Configure this node to interact with your desired external services (e.g., Google Calendar API to create events, Notion API to update your CRM).
    • Code Node (ID: 834): Implement custom JavaScript logic as needed for parsing complex messages, formatting data, or performing specific calculations.
    • Send Email (ID: 11): Adjust the recipient, subject, and body of the email based on your notification requirements.
    • Edit Fields (Set) (ID: 38): Modify this node to transform or set data fields as required for subsequent nodes.
  5. Test the Workflow:
    • Send a message to your Telegram bot that matches one of your If node conditions.
    • Manually execute the workflow using the Manual Trigger (ID: 838) to test specific branches.
  6. Activate the Workflow: Once configured and tested, activate the workflow to enable automatic processing of Telegram messages.
  7. Schedule (Optional): If you have periodic tasks, configure the Schedule Trigger (ID: 839) with your desired interval.

Related Templates

Auto-create TikTok videos with VEED.io AI avatars, ElevenLabs & GPT-4

πŸ’₯ Viral TikTok Video Machine: Auto-Create Videos with Your AI Avatar --- 🎯 Who is this for? This workflow is for content creators, marketers, and agencies who want to use Veed.io’s AI avatar technology to produce short, engaging TikTok videos automatically. It’s ideal for creators who want to appear on camera without recording themselves, and for teams managing multiple brands who need to generate videos at scale. --- βš™οΈ What problem this workflow solves Manually creating videos for TikTok can take hours β€” finding trends, writing scripts, recording, and editing. By combining Veed.io, ElevenLabs, and GPT-4, this workflow transforms a simple Telegram input into a ready-to-post TikTok video featuring your AI avatar powered by Veed.io β€” speaking naturally with your cloned voice. --- πŸš€ What this workflow does This automation links Veed.io’s video-generation API with multiple AI tools: Analyzes TikTok trends via Perplexity AI Writes a 10-second viral script using GPT-4 Generates your voiceover via ElevenLabs Uses Veed.io (Fabric 1.0 via FAL.ai) to animate your avatar and sync the lips to the voice Creates an engaging caption + hashtags for TikTok virality Publishes the video automatically via Blotato TikTok API Logs all results to Google Sheets for tracking --- 🧩 Setup Telegram Bot Create your bot via @BotFather Configure it as the trigger for sending your photo and theme Connect Veed.io Create an account on Veed.io Get your FAL.ai API key (Veed Fabric 1.0 model) Use HTTPS image/audio URLs compatible with Veed Fabric Other APIs Add Perplexity, ElevenLabs, and Blotato TikTok keys Connect your Google Sheet for logging results --- πŸ› οΈ How to customize this workflow Change your Avatar: Upload a new image through Telegram, and Veed.io will generate a new talking version automatically. Modify the Script Style: Adjust the GPT prompt for tone (educational, funny, storytelling). Adjust Voice Tone: Tweak ElevenLabs stability and similarity settings. Expand Platforms: Add Instagram, YouTube Shorts, or X (Twitter) posting nodes. Track Performance: Customize your Google Sheet to measure your most successful Veed.io-based videos. --- 🧠 Expected Outcome In just a few seconds after sending your photo and theme, this workflow β€” powered by Veed.io β€” creates a fully automated TikTok video featuring your AI avatar with natural lip-sync and voice. The result is a continuous stream of viral short videos, made without cameras, editing, or effort. --- βœ… Import the JSON file in n8n, add your API keys (including Veed.io via FAL.ai), and start generating viral TikTok videos starring your AI avatar today! πŸŽ₯ Watch This Tutorial --- πŸ“„ Documentation: Notion Guide Need help customizing? Contact me for consulting and support : Linkedin / Youtube

Dr. FirasBy Dr. Firas
39510

Track competitor SEO keywords with Decodo + GPT-4.1-mini + Google Sheets

This workflow automates competitor keyword research using OpenAI LLM and Decodo for intelligent web scraping. Who this is for SEO specialists, content strategists, and growth marketers who want to automate keyword research and competitive intelligence. Marketing analysts managing multiple clients or websites who need consistent SEO tracking without manual data pulls. Agencies or automation engineers using Google Sheets as an SEO data dashboard for keyword monitoring and reporting. What problem this workflow solves Tracking competitor keywords manually is slow and inconsistent. Most SEO tools provide limited API access or lack contextual keyword analysis. This workflow solves that by: Automatically scraping any competitor’s webpage with Decodo. Using OpenAI GPT-4.1-mini to interpret keyword intent, density, and semantic focus. Storing structured keyword insights directly in Google Sheets for ongoing tracking and trend analysis. What this workflow does Trigger β€” Manually start the workflow or schedule it to run periodically. Input Setup β€” Define the website URL and target country (e.g., https://dev.to, france). Data Scraping (Decodo) β€” Fetch competitor web content and metadata. Keyword Analysis (OpenAI GPT-4.1-mini) Extract primary and secondary keywords. Identify focus topics and semantic entities. Generate a keyword density summary and SEO strength score. Recommend optimization and internal linking opportunities. Data Structuring β€” Clean and convert GPT output into JSON format. Data Storage (Google Sheets) β€” Append structured keyword data to a Google Sheet for long-term tracking. Setup Prerequisites If you are new to Decode, please signup on this link visit.decodo.com n8n account with workflow editor access Decodo API credentials OpenAI API key Google Sheets account connected via OAuth2 Make sure to install the Decodo Community node. Create a Google Sheet Add columns for: primarykeywords, seostrengthscore, keyworddensity_summary, etc. Share with your n8n Google account. Connect Credentials Add credentials for: Decodo API credentials - You need to register, login and obtain the Basic Authentication Token via Decodo Dashboard OpenAI API (for GPT-4o-mini) Google Sheets OAuth2 Configure Input Fields Edit the β€œSet Input Fields” node to set your target site and region. Run the Workflow Click Execute Workflow in n8n. View structured results in your connected Google Sheet. How to customize this workflow Track Multiple Competitors β†’ Use a Google Sheet or CSV list of URLs; loop through them using the Split In Batches node. Add Language Detection β†’ Add a Gemini or GPT node before keyword analysis to detect content language and adjust prompts. Enhance the SEO Report β†’ Expand the GPT prompt to include backlink insights, metadata optimization, or readability checks. Integrate Visualization β†’ Connect your Google Sheet to Looker Studio for SEO performance dashboards. Schedule Auto-Runs β†’ Use the Cron Node to run weekly or monthly for competitor keyword refreshes. Summary This workflow automates competitor keyword research using: Decodo for intelligent web scraping OpenAI GPT-4.1-mini for keyword and SEO analysis Google Sheets for live tracking and reporting It’s a complete AI-powered SEO intelligence pipeline ideal for teams that want actionable insights on keyword gaps, optimization opportunities, and content focus trends, without relying on expensive SEO SaaS tools.

Ranjan DailataBy Ranjan Dailata
161

Generate song lyrics and music from text prompts using OpenAI and Fal.ai Minimax

Spark your creativity instantly in any chatβ€”turn a simple prompt like "heartbreak ballad" into original, full-length lyrics and a professional AI-generated music track, all without leaving your conversation. πŸ“‹ What This Template Does This chat-triggered workflow harnesses AI to generate detailed, genre-matched song lyrics (at least 600 characters) from user messages, then queues them for music synthesis via Fal.ai's minimax-music model. It polls asynchronously until the track is ready, delivering lyrics and audio URL back in chat. Crafts original, structured lyrics with verses, choruses, and bridges using OpenAI Submits to Fal.ai for melody, instrumentation, and vocals aligned to the style Handles long-running generations with smart looping and status checks Returns complete song package (lyrics + audio link) for seamless sharing πŸ”§ Prerequisites n8n account (self-hosted or cloud with chat integration enabled) OpenAI account with API access for GPT models Fal.ai account for AI music generation πŸ”‘ Required Credentials OpenAI API Setup Go to platform.openai.com β†’ API keys (sidebar) Click "Create new secret key" β†’ Name it (e.g., "n8n Songwriter") Copy the key and add to n8n as "OpenAI API" credential type Test by sending a simple chat completion request Fal.ai HTTP Header Auth Setup Sign up at fal.ai β†’ Dashboard β†’ API Keys Generate a new API key β†’ Copy it In n8n, create "HTTP Header Auth" credential: Name="Fal.ai", Header Name="Authorization", Header Value="Key [Your API Key]" Test with a simple GET to their queue endpoint (e.g., /status) βš™οΈ Configuration Steps Import the workflow JSON into your n8n instance Assign OpenAI API credentials to the "OpenAI Chat Model" node Assign Fal.ai HTTP Header Auth to the "Generate Music Track", "Check Generation Status", and "Fetch Final Result" nodes Activate the workflowβ€”chat trigger will appear in your n8n chat interface Test by messaging: "Create an upbeat pop song about road trips" 🎯 Use Cases Content Creators: YouTubers generating custom jingles for videos on the fly, streamlining production from idea to audio export Educators: Music teachers using chat prompts to create era-specific folk tunes for classroom discussions, fostering interactive learning Gift Personalization: Friends crafting anniversary R&B tracks from shared memories via quick chats, delivering emotional audio surprises Artist Brainstorming: Songwriters prototyping hip-hop beats in real-time during sessions, accelerating collaboration and iteration ⚠️ Troubleshooting Invalid JSON from AI Agent: Ensure the system prompt stresses valid JSON; test the agent standalone with a sample query Music Generation Fails (401/403): Verify Fal.ai API key has minimax-music access; check usage quotas in dashboard Status Polling Loops Indefinitely: Bump wait time to 45-60s for complex tracks; inspect fal.ai queue logs for bottlenecks Lyrics Under 600 Characters: Tweak agent prompt to enforce fuller structures like [V1][C][V2][B][C]; verify output length in executions

Daniel NkenchoBy Daniel Nkencho
601