Skip to content
FlowHubFluxonLab

HTTP Request workflow'ları

1.200 sonuç — 3 indirilebilir workflow dosyası, 1.197 kaynağa bağlı n8n referansı

ftpW
free

Download a file and upload it to an FTP Server

Companion workflow for FTP node docs

amudhan tarafından
W
free

Convert the JSON data received from the CocktailDB API in XML

Explore this workflow on its official n8n template page.

Harshil Agrawal tarafından
W
free

Store data received from Webhook in JSON

Store the data received from the CocktailDB API in JSON

Harshil Agrawal tarafından
Wnextcloud
free

Manage folders in Nextcloud

Companion workflow for enhanced Nextcloud node docs

amudhan tarafından
dropboxW
free

Manage folders automatically in Dropbox

Companion workflow for Dropbox node docs

amudhan tarafından
W
free

Manage users automatically in reqres.in

Companion workflow for HTTP Request node docs

amudhan tarafından
editimageW
free

Add text to a downloaded image

Explore this workflow on its official n8n template page.

tanaypant tarafından
W
free

Write a file to the host machine

Explore this workflow on its official n8n template page.

tanaypant tarafından
editimageW
free

Get information of an image

Companion workflow for Edit Image node docs

amudhan tarafından
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!

rangelstoilov tarafından
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.

amudhan tarafından
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

amudhan tarafından
W
free

Extract post titles from a blog

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

amudhan tarafından
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.

darkesthour111 tarafından
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.

amudhan tarafından
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

dev tarafından
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.

tanaypant tarafından
Wmattermost
free

Webhooks with Mattermost

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

tanaypant tarafından
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

malgamves tarafından
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

Jan Oberhauser tarafından
Wnextcloud
free

Backs up n8n Workflows to NextCloud

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

dave tarafından
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.

mail tarafından
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

Jan Oberhauser tarafından
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:

Jan Oberhauser tarafından