Skip to content
FlowHubFluxonLab

HTTP Request Workflows

1.200 Ergebnisse — 3 herunterladbare Workflow-Dateien, 1.197 quellenverknüpfte n8n-Referenzen

ftpW
free

Download a file and upload it to an FTP Server

Companion workflow for FTP node docs

von amudhan
W
free

Convert the JSON data received from the CocktailDB API in XML

Explore this workflow on its official n8n template page.

von Harshil Agrawal
W
free

Store data received from Webhook in JSON

Store the data received from the CocktailDB API in JSON

von Harshil Agrawal
Wnextcloud
free

Manage folders in Nextcloud

Companion workflow for enhanced Nextcloud node docs

von amudhan
dropboxW
free

Manage folders automatically in Dropbox

Companion workflow for Dropbox node docs

von amudhan
W
free

Manage users automatically in reqres.in

Companion workflow for HTTP Request node docs

von amudhan
editimageW
free

Add text to a downloaded image

Explore this workflow on its official n8n template page.

von tanaypant
W
free

Write a file to the host machine

Explore this workflow on its official n8n template page.

von tanaypant
editimageW
free

Get information of an image

Companion workflow for Edit Image node docs

von amudhan
discordW
free

Send Github notifications to Discord Webhook

This will send your Github notifications to a discord webhook. Since Github doesn't send push notifications to mobile devices other then @mention this is a great workaround to receive notifications on Discord with this. Using a github trigger was not a good option as there is no trigger for notifications only events (which don't work on org repos). Using http request on notifications api is way better. ++TAGGING USER IN MESSATGE:++ Change ** with your discord Id to get tagged when sending notifications. To find your own id type in any channel backslash followed by your username with the 4 digit hash code You can copy this by clicking on your username next to your profile picture Example: \@username#9999 Enjoy!

von rangelstoilov
W
free

Perform speech-to-text on recorded audio clips using Wit.ai

This workflow performs speech-to-text on recorded audio clips using Wit.ai. To get started, replace your Wit.ai Server Access Token in the Authorization header.

von amudhan
W
free

Create a new DigitalOcean Droplet

Uses a DigitalOcean Personal Access Token to create a new Droplet. Add your personal access token and change the parameters to create droplets of different sizes. You can also specify more options; refer the API docs

von amudhan
W
free

Extract post titles from a blog

This workflow uses n8n to extract the names of all the posts from the Hackernoon homepage.

von amudhan
discordW
free

Set alert on the website changes

I used this to check for a page that had Out Of Stock not found when an item came back in stock. Set the URL for the HTTP Request node and your Webhook URL and Messages for the discord nodes.

von darkesthour111
Wmedium
free

Cross-post your blog posts

This workflow uses Strapi as a CMS and then cross posts new blog posts to Medium and Dev.to.

von amudhan
W
free

Tiny tiny Rss (aka tt-rss) Feed to Mastodon

Every 10 minutes look at your published news in your Tiny tiny RSS public feed and make a toot on your mastodon. You'll need: Your mastondon URL instance Your mastondon access token Your Tiny Tiny RSS public published feed URL

von dev
Wrocketchat
free

Render custom text over images

This workflow gets triggered every Friday at 6 PM with the help of a Cron node. It pulls in data about a random cocktail via the HTTP Request Node and sends the data to a Bannerbear node to create an image based on a template. The image is then finally shared on a specified Rocket.Chat channel.

von tanaypant
Wmattermost
free

Webhooks with Mattermost

Does pretty much what this workflow does but is triggered by a slash command using a Webhook node.

von tanaypant
Wtelegram
free

Send daily affirmations to Telegram

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

von malgamves
Wsendemail
free

Send trending "Show HN" to email

Triggers every day at 1pm Gets the current content from Hacker News Gets all the different submission items Extracts the rank, title and url Checks if it is a "Show HN" submission Combines the items into a simple email text Sends an email with the email text

von Jan Oberhauser
Wnextcloud
free

Backs up n8n Workflows to NextCloud

Temporary solution using the undocumented REST API for backups with file versioning (Nextcloud)

von dave
W
free

Listen on new emails on a IMAP mailbox

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 nodes for example to do a conversion/mapping/transformation. The JSON is ultimately sent to a HTTP Endpoint via POST. This could be a starter for EDI purposes like receiving or transmitting XML data and conversion via JSON object property mapping.

von mail
dropboxW
free

Transform XML data and upload to Dropbox

Download XML data Convert it to JSON Change title in data Convert back to XML Upload file to Dropbox

von Jan Oberhauser
editimageW
free

Write HTTP query string on image

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=Jim Once called it will return an image like this:

von Jan Oberhauser