n8n-nodes-base.manualtrigger
2,401 workflows using this node.
What is the n8n-nodes-base.manualtrigger node used for in n8n workflows?
n8n-nodes-base.manualtrigger n8n workflows are automation templates that use the n8n-nodes-base.manualtrigger node as part of a reusable workflow. Builders use these templates to inspect how the node connects with triggers, data transformation steps, app integrations, notifications, storage, or AI-powered actions inside n8n. Each workflow listing includes a title, summary, author attribution, categories, complexity level, source links when available, and a downloadable JSON file for review before import. Use this page to compare practical examples, understand the surrounding nodes, and choose a template that can be safely tested and adapted in your own n8n workspace.
n8n-nodes-base-manualtrigger
Parse email body message
Who we are We are Aprende n8n , the first n8n Spanish course for all n8n lovers. If you want to learn more, you can f...
Tiny Tiny RSS new stared article saved to wallabag
Every 10 minutes check if a new article was stared, if so, save it in wallabag to read it later.
Google Calendar to Slack Status and Philips Hue
I'm currently trialing a 4 day work week for all staff at my company, and one of the major impacts on productivity is...
Create an RSS feed based on a website's content
This workflow parses content from a website (for this example, Baserow's release page) and creates an RSS feed based...
Send a message to Telegram on a new item saved to Reader
What is it This workflow aims to build a simple bot that will send a message to a telegram channel every time there i...
Simple file based key value store (GetKey)
Read a value by key from a local json file. Related workflow: WriteKey Create a subfolder in your n8n homedir: . In d...
Simple file based key value store (WriteKey)
Store a key with a value in a local json file. Multiple keys could be saved in a single file. Related workflow: GetKe...
Collect posts from Twitter and send to Airtable
This workflow collects tweets (100 but adjustable) and add them to AirTable. Starting the 2nd execution, the workflow...
Extract URL from an email address
This Workflow will extract the domain for the email address.
Cron routines with Telegram
Executes schedule routines, and triggers alerts via telegram
Create dynamic Twitter profile banner
This workflow updates your Twitter profile banner when you have a new follower. To use this workflow: 1. Configure He...
Create Zoom meeting link from Google Calendar invite
Gets Google Calendar events for the day (12 hours from execution time), and filters out in person meetings, Signal me...
Update Twitter banner using HTTP request
This workflow demonstrates the use of the HTTP Request node to upload binary files for form data multipart type. This...
Demonstrates the use of the $item(index) method
This workflow demonstrates the use of the method. This method is useful when you want to reference an item at a parti...
Use REGEX to select date
This workflow looks for a Close Date value using REGEX in the IF node. If it finds the correct value, it will pass th...
Enrich Google Sheet contacts with Dropcontact
This workflow allows you to find and verify emails and enrich your contact from a Google Sheet with Dropacontact and...
Send a file from S3 to AWS Textract
This workflow shows how to download an image file from S3 and pass it on to Textract for text extraction. The workflo...
Post unassigned Zendesk tickets to Slack
This has been updated to support the Query feature added to the Zendesk node in 0.144.0 This workflow will post all N...
Parse Ycombinator news page
Extract data from a webpage (Ycombinator news page) and create a nice list using itemList node. It seems that current...
Avoid rate limiting by batching HTTP requests
This workflow demonstrates the use of the Split In Batches node and the Wait node to avoid API rate limits. Customer...
Fetch a YouTube playlist and send new items Raindrop
This simple workflow will fetch a YouTube playlist every n minutes and send the new items s to a collection in Raindr...
Handle pagination in HTTP requests
This example workflow demonstrates how to handle pagination. This example assumes that the API you are making the req...
Merge data for multiple executions
This workflow demonstrates how to merge data for different executions. The Merge Data Function node fetches the data...
Clean out unwanted emails from Gmail
Workflow to clean out unwanted email from Gmail. Further information here.