10,962 workflows
Nodes:
Sort:
Date:
Moving metrics from Google Sheets to Orbit
This workflow allows you to create, update, and get a subscriber using the E-goi node.
n8nConf Companion workflow for blog post
This workflow allows extracting data from multiple pages website.
The workflow:
1) Starts in a country list at https://www.theswiftcodes.com/browse-by-country/.
2) Loads every country page (https://w ...
How to take the path of a local Excel file and read its contents into n8n.
Temporary solution using the undocumented REST API for backups using Google drive.
Please note that there are issues with this workflow. It does not support versioning, so please know that it will cr ...
This creates a git backup of the workflows and credentials.
It uses the n8n export command with git diff, so you can run as many times as you want, but only when there are changes they will create a ...
This example workflow demonstrates how to handle pagination.
This example assumes that the API you are making the request to has pagination, and returns a cursor (something that points to the next p ...
This workflow demonstrates the use of $runIndex expression. It demonstrates how the expression can be used to avoid an infinite loop.
The workflow will create 5 Tweets with the content 'Hello from n8 ...
Note: This workflow uses the internal API which is not official. This workflow might break in the future.
The workflow executes every night at 23:59. You can configure a different time bin the Cron n ...
This workflow allows you to collect tweets, store them in MongoDB, analyse their sentiment, insert them into a Postgres database, and post positive tweets in a Slack channel.
Cron node: Schedule th ...
Workflow to clean out unwanted email from Gmail.
Further information here.