12,000 workflows
Nodes:
Sort:
Date:
Transforms XML data to JSON honoring XML attributes by putting them in a separate key:
Filters articles based on keywords, checks against MongoDB for unique links, then sends results to different webhooks
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 ...
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 ...
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 ...
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 ...
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 ...
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� ...
Trigger on new Typeform form submission
Write data to Google Sheet
Check severity of problem
If very severe post message to Slack
If not so severe just send an email
Assumptions
Google Sheet
Shee ...
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 ...
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. ...
In this video I will show you the workflow canvas and how to use nodes by building your first simple workflow.
> Videotuturial on Youtube
Download XML data
Convert it to JSON
Change title in data
Convert back to XML
Upload file to Dropbox
Triggers worfklow all 15 minutes
Reads the data from Google Sheet
Converts data to XLS
Uploads the file to Dropbox
When set as "Error Workflow" on other workflow which does fail will it send an Email with information about which workflow did fail and what went wrong.
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, ...
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
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 ...
Read data from Postgres
Converting it to XLS
Save it to disk
Read XLS from file
Convert it to JSON
Insert it in Postgres