Skip to main content

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.

Node slug: n8n-nodes-base-manualtrigger
Workflow preview: Parse email body message
Free beginner

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...

M
Miquel Colomer
Ticket Management
16 Feb 2022
7074
0
Workflow preview: Tiny Tiny RSS new stared article saved to wallabag
Free intermediate

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.

d
dev
Personal Productivity
2 Feb 2022
962
0
Workflow preview: Google Calendar to Slack Status and Philips Hue
Free intermediate

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...

T
TheUnknownEntity
Personal Productivity
1 Feb 2022
1303
0
Workflow preview: Create an RSS feed based on a website's content
Free intermediate

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...

T
Tom
Document Extraction
30 Jan 2022
42079
0
Workflow preview: Send a message to Telegram on a new item saved to Reader
Free intermediate

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...

N
Nicolas
Personal Productivity
29 Jan 2022
3149
0
Workflow preview: Simple file based key value store (GetKey)
Free intermediate

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...

P
Peter
File Management
24 Jan 2022
1123
0
Workflow preview: Simple file based key value store (WriteKey)
Free intermediate

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...

P
Peter
File Management
24 Jan 2022
1674
0
Workflow preview: Collect posts from Twitter and send to Airtable
Free intermediate

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...

O
OsherD
Market Research
19 Jan 2022
3968
0
Workflow preview: Extract URL from an email address
Free beginner

Extract URL from an email address

This Workflow will extract the domain for the email address.

D
David
Lead Generation
29 Dec 2021
1225
0
Workflow preview: Cron routines with Telegram
Free intermediate

Cron routines with Telegram

Executes schedule routines, and triggers alerts via telegram

H
Hermilio
Personal Productivity
15 Dec 2021
4251
0
Workflow preview: Create dynamic Twitter profile banner
Free intermediate

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...

H
Harshil Agrawal
Social Media
9 Dec 2021
2778
0
Workflow preview: Create Zoom meeting link from Google Calendar invite
Free intermediate

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...

J
Jason Foster
Personal Productivity
25 Nov 2021
2610
0
Workflow preview: Update Twitter banner using HTTP request
Free beginner

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...

H
Harshil Agrawal
Social Media
23 Nov 2021
914
0
Workflow preview: Demonstrates the use of the $item(index) method
Free beginner

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...

H
Harshil Agrawal
Miscellaneous
16 Nov 2021
1993
0
Workflow preview: Use REGEX to select date
Free intermediate

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...

j
jason
Document Extraction
16 Nov 2021
1329
0
Workflow preview: Enrich Google Sheet contacts with Dropcontact
Free beginner

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...

P
Pauline
Lead Generation
8 Nov 2021
1629
0
Workflow preview: Send a file from S3 to AWS Textract
Free beginner

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...

T
Tom
Document Extraction
25 Oct 2021
2679
0
Workflow preview: Post unassigned Zendesk tickets to Slack
Free intermediate

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...

J
Jonathan Bennetts
Ticket Management
11 Oct 2021
961
0
Workflow preview: Parse Ycombinator news page
Free intermediate

Parse Ycombinator news page

Extract data from a webpage (Ycombinator news page) and create a nice list using itemList node. It seems that current...

E
Eduard
Market Research
4 Oct 2021
3100
0
Workflow preview: Avoid rate limiting by batching HTTP requests
Free intermediate

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...

H
Harshil Agrawal
Engineering
27 Sep 2021
4438
0
Workflow preview: Fetch a YouTube playlist and send new items Raindrop
Free intermediate

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...

A
Alejandro AR
Personal Productivity
3 Sep 2021
3746
0
Workflow preview: Handle pagination in HTTP requests
Free intermediate

Handle pagination in HTTP requests

This example workflow demonstrates how to handle pagination. This example assumes that the API you are making the req...

H
Harshil Agrawal
Engineering
20 Jul 2021
12983
0
Workflow preview: Merge data for multiple executions
Free intermediate

Merge data for multiple executions

This workflow demonstrates how to merge data for different executions. The Merge Data Function node fetches the data...

H
Harshil Agrawal
Engineering
12 Jul 2021
6309
0
Workflow preview: Clean out unwanted emails from Gmail
Free beginner

Clean out unwanted emails from Gmail

Workflow to clean out unwanted email from Gmail. Further information here.

j
jason
Personal Productivity
3 Jul 2021
7862
0