8,334 workflows
in Development
Nodes:
Sort:
Date:
This is the fourth workflow for the Mattermost Standup Bot. This workflow sends the team a message every morning to ask them three standup questions.
What have you accomplished since your last report ...
This workflow gets the top 5 products from Product Hunt and shares them on the Discord server.
Cron node: This node triggers the workflow every hour. Based on your use case, you can update the node ...
This workflow extracts text from images sent in a Telegram chat and uploads the images to AWS S3.
Telegram Trigger node** triggers the workflow when an image is sent in a Telegram channel.
AWS S3 n ...
This workflow demonstrates the use of the Split In Batches node and the Wait node to avoid API rate limits.
Customer Datastore node: The workflow fetches data from the Customer Datastore node. Based ...
Executes schedule routines, and triggers alerts via telegram
query data from two different databases handle and unify in a single return
This workflow synchronizes files one-way from Google Drive to AWS S3.
Google Drive Trigger node** triggers the workflow when a new file is added to the drive.
AWS S3 node** gets all files stored in ...
This workflow collects images from web search results on a specific query, analyzes the image for labels, formats the text, and adds the information in Google Sheets.
HTTP Request node** gets image ...
Extract data from a webpage (Ycombinator news page) and create a nice list using itemList node. It seems that current version in n8n (0.141.1) requires to extract each variable one by one. Hopefully i ...
What is it
This workflow aims to build a simple bot that will send a message to a telegram channel every time there is a new saved item to the Reader.
This workflow can be easily modify to support ...
This workflow updates your Twitter profile banner when you have a new follower.
To use this workflow:
Configure Header Auth in the Fetch New Followers to connect to your Twitter account.
Update the ...
This telegram bot is designed to send one random recipe a day.
This specific bot has filtered out only vegan recipes, so you can choose your diet type and send only recipes for a specific diet.
Wh ...
Create a document in Outline for each new GitLab release.
Depends on this PR being merged.
Copy workflow
Set credentials for GitLab and Outline
Inside HTTP Request node, set the following:
collec ...
Ok google download "movie name"
I develop this automation to improve my quality of life in handling torrents in my media-center.
Goal
Automate the search operations of a movie based on its name and ...
This workflow shows how to download an image file from S3 and pass it on to Textract for text extraction.
The workflow uses two nodes:
AWS S3**: This node will download a receipt file from S3
AWS T ...
This Workflows share a Jokes on Twitter with DadJokes API or BlaBlagues API for ImageJokes
This workflow demonstrates how to can use Redis to implement rate limits to your API.
The workflow uses the incoming API key to uniquely identify the user and use it as a key in Redis. Every time a ...
This workflow automatically deletes user data from different apps/services when a specific slash command is issued in Slack.
Watch this talk and demo to learn more about this use case. The demo uses ...
This workflow allows you to release a new version via a Telegram bot command. This workflow can be used in your Continous Delivery pipeline.
Telegram Trigger node: This node will trigger the workfl ...
This workflow demonstrates the use of the $item(index) method. This method is useful when you want to reference an item at a particular index.
This example workflow makes POST HTTP requests to a dumm ...