Delete Dialogflow Intents via Telegram Commands
Delete a Dialogflow Intent via Telegram 🗑️
This workflow allows you to delete a specific Dialogflow intent simply by sending the keyword delete through Telegram. It’s designed for quick and safe deletions from your mobile device, without needing to access the Dialogflow console.
đź”§ What does this workflow do?
Listens for Telegram messages using the Telegram Trigger node. Validates the user ID through the User validation by ID node, ensuring only authorized users can trigger the deletion. Checks if the message equals delete using the Keyword validation node. If both checks pass: Performs an HTTP GET request via HTTP Request GET NAME to retrieve the name of the intent (used in the confirmation message). Adds a small delay using simulated delay. Then executes a DELETE request to the Dialogflow API via the HTTP Request ELIMINAR node to delete the intent. Sends a Telegram confirmation message through the Confirmation message node. If the user ID or keyword is invalid: Responds with a custom message using either Invalid user message or Invalid keyword message.
📌 Requirements
A valid Google API credential (Service Account) set up in n8n. Obtain your PROJECT_ID and INTENT_ID from the URL of the intent in Dialogflow:
âś… Use Cases
Delete test or unused intents without opening Dialogflow. Automate cleanup of outdated intents. Allow controlled Telegram-based access for specific users to delete intents remotely.
Related Templates
Instagram Full Profile Scraper with Apify and Google Sheets
📸 Instagram Full Profile Scraper with Apify and Google Sheets This n8n workflow automates the process of scraping ful...
Auto-classify Gmail emails with AI and apply labels for inbox organization
Who is this for? Professionals and individuals who receive high volumes of emails, those who want to automatically organ...
Technology News Workflow Explanation with Key Services
This workflow contains community nodes that are only compatible with the self-hosted version of n8n. Auto-Publish Techn...
đź”’ Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments