10,962 workflows
Nodes:
Sort:
Date:
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 ...
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 ...
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 ...
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 ...
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 ...
Transforms XML data to JSON honoring XML attributes by putting them in a separate key:
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 ...
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 ...
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 ...
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. ...
Filters articles based on keywords, checks against MongoDB for unique links, then sends results to different webhooks
rss-telegramBot
1min refreash
choose send message or one photo
0.1 beater code 2019/11/30
0.2 bug fix add instagram rss
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 ...
Temporary solution using the undocumented REST API for backups with file versioning (Nextcloud)
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, ...
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 ...
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
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
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 ...
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� ...