11,813 workflows
Nodes: Sort: Date:
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
May 05, 2020
Incident Response Workflow - Part 3
This workflow is the third of three. You can find the other workflkows here: Incident Response Workflow - Part 1 Incident Response Workflow - Part 2 Incident Response Workflow - Part 3 We have the f ...
1,832
Built by tanaypant tanaypant
Apr 29, 2020
Incident Response Workflow - Part 2
This workflow is the second of three. You can find the other workflkows here: Incident Response Workflow - Part 1 Incident Response Workflow - Part 2 Incident Response Workflow - Part 3 We have the ...
1,477
Built by tanaypant tanaypant
Apr 29, 2020
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
Apr 29, 2020
Webhooks with Mattermost
Does pretty much what this workflow does but is triggered by a slash command using a Webhook node.
1,866
Built by tanaypant tanaypant
Apr 25, 2020
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
Apr 07, 2020
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
Apr 06, 2020
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
Jan 01, 2020
Send trending "Show HN" to email
Triggers every day at 1pm Gets the current content from Hacker News Gets all the different submission items Extracts the rank, title and url Checks if it is a "Show HN" submission Combines the items ...
1,573
Jan 01, 2020
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
Dec 17, 2019
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
Nov 29, 2019
Convert Typeform data into Spreadsheet
Trigger on new Typeform form submission Get existing spreadsheet-file from NextCloud Read data from file into flow Append a new row to flow-data Convert flow-data to a spreadsheet-file Save updated sp ...
1,670
Nov 14, 2019
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
Nov 12, 2019
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
Nov 04, 2019
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
Nov 03, 2019
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
Nov 02, 2019
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
Nov 01, 2019
Report phishing websites to Steam and CloudFlare
Webhook to report through Mailgun phishing websites to Steam and CloudFlare (if the domain is on CloudFlare) You have to set the Credentials for webhook and Mailgun. You have to set the email from f ...
1,476
Built by chaufnet chaufnet
Oct 16, 2019
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
Oct 16, 2019
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
Oct 11, 2019