Skip to content
FlowHubFluxonLab

HTTP Request Workflows

249 Ergebnisse — ausschließlich quellenverknüpfte n8n-Referenzen

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
W
free

Manage users automatically in reqres.in

Companion workflow for HTTP Request node docs

von amudhan
W
free

Write a file to the host machine

Explore this workflow on its official n8n template page.

von tanaypant
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
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
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