8,334 workflows
in Development
Nodes:
Sort:
Date:
This is the workflow that I presented at the April 9, 2021 n8n Meetup.
This workflow uses Baserow.io to store registration information collected using n8n as both the web server and the data processo ...
Tutorial: https://comunidad-n8n.com/bot-multi-idioma-no-code/
Comunidad de telegram: https://t.me/comunidadn8n
BOT: https://t.me/NocodeTranslateBot
This workflow allows you to send an SMS to a number whenever you go out.
Pushcut is an app for iOS that lets you create smart notifications to kick off shortcuts, URLs, and online automation.
Yo ...
Get weather alerts on your mobile phone via push, SMS or voice call.
This flow gets weather information every morning and sends out an alert to your SIGNL4 on-call team.
For example you can send out ...
This workflow automatically creates an event in PostHog when a request is made to a webhook URL.
Prerequisites
A PostHog account and credentials
Nodes
Webhook node triggers the workflow when a URL ...
This workflow allows you to translate cocktail instructions using DeepL.
HTTP Request node: This node will make a GET request to the API https://www.thecocktaildb.com/api/json/v1/1/random.php to fe ...
This workflow allows you to send daily weather updates via an SMS message using the Plivo node.
Cron node: The Cron node will trigger the workflow daily at 9 AM.
OpenWeatherMap node: This node wil ...
This workflow posts a poem translated into English every day in a Telegram chat.
Cron node: triggers the workflow every day at 10:00. You can change the time and interval based on your use case.
...
This workflow allows you to check for preview for a link and return the preview if it exists.
Peekalink node: This node checks if a preview is available for a URL or not. If a preivew is available ...
This is a proof of concept workflow showing how you would connect n8n to a Bubble data collection.
This workflow allows you to send position updates of the ISS every minute to a queue using the AWS SQS node.
Cron node: The Cron node will trigger the workflow every minute.
HTTP Request node: Thi ...
This workflow analyzes the sentiments of the feedback provided by users and sends them to a Mattermost channel.
Typeform Trigger node: Whenever a user submits a response to the Typeform, the Typefo ...
This workflow demonstrates the use of static data in n8n. The workflow is built on the concept of polling.
Cron node: The Cron node triggers the workflow every minute. You can configure the time ba ...
This workflow allows you to receive updates about the positiong of the ISS and add it to a table in TimescaleDB.
Cron node: The Cron node triggers the workflow every minute. You can configure the t ...
This workflow parses content from a website (for this example, Baserow's release page) and creates an RSS feed based on the extracted data.
Prerequisites
Some familiarity with HTML and CSS selectors ...
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 ...
I wanted a system to monitor website content changes and notify me. So I made it using n8n.
Especially my competitor blogs. I wanted to know how often they are posting new articles. (I used their sit ...
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 ...
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 transcribes audio files stored in AWS S3 and stores the information in Google Sheets.
Google Drive Trigger node** triggers the workflow when a new file is uploaded in Google Drive.
AW ...