10,962 workflows
Nodes: Sort: Date:
Get Weather Forecast via Telegram
A workflow to receive weather updates on demand using a Telegram bot. The workflow is triggered using the Telegram Trigger node by issuing a message to the Telegram bot. The OpenWeatherMap node quer ...
16,726
Built by tanaypant tanaypant
Jul 28, 2026
Telegram sticker bot
Gets triggered by Telegram once a user sends a message Checks if the message contains a sticker If a sticker got found it sends a message with its ID else it informs the user that no sticker was fou ...
7,825
Jul 28, 2026
Receive Google Sheet data via REST API
Simple workflow which allows to receive data from a Google Sheet via "REST" endpoint. Wait for Webhook Call Get data from Google Sheet Return data Example Sheet: https://docs.google.com/spreadshe ...
7,124
Jul 28, 2026
Listen on new emails on a IMAP mailbox
Listen on new emails on a given IMAP mailbox. Converts the binary XML attachment to a stringified xmlproperty on the $data object and converts it to JSON. The Setnode could be replaced with Function n ...
7,054
Built by mail mail
Jul 28, 2026
Generate and insert data into a Postgres database
This is Workflow 1 in the blog tutorial Database activity monitoring and alerting. Prerequisites A Postgres database set up and credentials. Basic knowledge of JavaScript and SQL. Nodes Cron node ...
5,969
Built by tanaypant tanaypant
Jul 28, 2026
Convert XML to JSON
Transforms XML data to JSON honoring XML attributes by putting them in a separate key:
5,637
Built by mail mail
Jul 28, 2026
Write JSON to Disk (Binary)
The “Write Binary File” expects binary data. The JSON data is, however, JSON ;) There should really be a node that allows moving data around between both of them. For now, it can be done with a Fu ...
4,500
Built by mike mike
Jul 28, 2026
API queries data from GraphQL
Simpe API which queries the received country code via GraphQL and returns it. Example URL: https://n8n.exampl.ecom/webhook/1/webhook/webhook?code=DE Receives country code from an incoming HTTP Req ...
4,485
Jul 28, 2026
Write HTTP query string on image
Receives data from an incoming HTTP Request Reads file from internet Writes data on image Returns the data The URL to call will look like this: http://localhost:5678/webhook-test/webhook/test?name=Ji ...
4,453
Jul 28, 2026
n8n Nodemation basic - creating your first simple workflow (2/3)
In this video we will create a simple n8n Nodemation workflow to receive date via webhook, alter the data and send it to a webserver. We will be using webhook, function and http request node together. ...
4,251
Built by sven sven
Jul 28, 2026
Send RSS feed data to webhook
Filters articles based on keywords, checks against MongoDB for unique links, then sends results to different webhooks
3,774
Built by dave dave
Jul 28, 2026
RSS Telegram bot
rss-telegramBot 1min refreash choose send message or one photo 0.1 beater code 2019/11/30 0.2 bug fix add instagram rss
3,647
Built by vicdorke vicdorke
Jul 28, 2026
Webhook returning XML
Receives data from an incoming HTTP Request (set up to use respond to webhook node) Create dummy data Convert JSON to XML which gets returned Respond to Webhook which returns the data and the conte ...
3,553
Jul 28, 2026
Backs up n8n Workflows to NextCloud
Temporary solution using the undocumented REST API for backups with file versioning (Nextcloud)
3,543
Built by dave dave
Jul 28, 2026
Sync data between multiple Google Spreadsheets
Triggers workflow all two minutes Reads data from a Google Spreadsheet (in example Sheet Data columns A to G) Write the data unchanged in two different Spreadsheets with same Sheet name and columns, ...
3,337
Jul 28, 2026
Manage custom incident response in PagerDuty and Jira
This workflow automatically follows the steps in a custom incident response playbook and manages incidents in PagerDuty, Jira tickets, and notifies the on-call team in Mattermost. This workflow consi ...
2,624
Built by tanaypant tanaypant
Jul 28, 2026
Send daily affirmations to Telegram
A workflow which allows you to receive daily affirmations via Telegram by querying a REST API triggered by a Cron node. I used the affirmations.dev API
2,430
Built by malgamves malgamves
Jul 28, 2026
Send selected GitHub events to Slack
Gets triggered by GitHub once a user stars/unstars a repository Checks if star got added or removed and forwards data depending on that Sends notification to Slack
2,277
Jul 28, 2026
Get execute command data and transfer to JSON
Shows how it is possible to use the data of a command line tool which returns JSON. Example shows how: to bring data in flow to use data directly in a node Note that the 'execute command' node is no ...
2,259
Built by jan jan
Jul 28, 2026
Using the Merge Node - Merge by Key
This is an example of how you can make Merge by Key work. The “Data 1” and “Data 2” nodes simply provide mock data. You can replace them with your own data sources. Then the “Convert Data� ...
2,073
Built by mike mike
Jul 28, 2026