Skip to content
FlowHubFluxonLab
HTTP Request
General Automationfree

KV - Cloudflare Key-Value Database Full API Integration Workflow

by Nskhaadapted from n8n official workflow galleryUpdated Aug 2026
RequiresHTTP RequestHTTP Request
Share Post Share
HRDelete KVHRDelete KV1SeKV to RenameSeAccount PathHRDelete KVs inside NMDelete KVs insi…HRCreate KV-NMHRWrite KVs inside NMWrite KVs insid…HR-Get Keys inside NM-Get Keys insid…HRDelete KV inside NMDelete KV insid…HRRead Value Of KV In NMRead Value Of K…MaManual TriggerHRList KV-NMs (1)SeSet KV-NM Name (2)Set KV-NM Name …SeSet KV-NM Name (1)Set KV-NM Name …SeSet KV-NM Name (3)Set KV-NM Name …HRList KV-NMs (2)HRList KV-NMs (3)SeSet KV-NM Name (4)Set KV-NM Name …HRWrite V & MD of KV In NMWrite V & MD of…SeSet KV-NM Name (5)Set KV-NM Name …SeSet KV-NM Name (6)Set KV-NM Name …HRList KV-NMs (4)HRList KV-NMs (5)HRList KV-NMs (6)HRList KV-NMs (7)HRList KV-NMs (8)HRList KV-NMs (9)HRList KV-NMs (10)SeSet KV-NM Name (7)Set KV-NM Name …SeSet KV-NM Name (8)Set KV-NM Name …HRRead MD from Key1234567891011121314151617181920212223242526
1/5
FLOWS
STEPS · 26
Run manually by an operator

This n8n template provides a comprehensive solution for managing Key-Value (KV) pairs using Cloudflare's KV storage. It's designed to simplify the interaction with Cloudflare's KV storage APIs, enabling users to perform a range of actions like creating, reading, updating, and deleting namespaces and KV pairs. Features Efficient Management**: Handle multiple KV operations seamlessly. User-Friendly**: Easy to use with pre-configured Cloudflare API credentials within n8n. Customizable**: Flexible for integration into larger workflows (Copy / paste your prefered part). Prerequisites n8n workflow automation tool (version 1.19.0 or later). A Cloudflare account with access to KV storage. Pre-configured Cloudflare API credentials in n8n. Workflow Overview This workflow is divided into three main sections for ease of use: Single Actions: Perform individual operations on KV pairs. Bulk Actions: Handle multiple KV pairs simultaneously. Specific Actions: Execute specific tasks like renaming namespaces. Key Components Manual Trigger**: Initiates the workflow. Account Path Node**: Sets the path for account details, a prerequisite for all actions.

Tags

n8nreference-only
Connects
WHTTP Request
CategoryGeneral Automation
Triggermanual
Complexityadvanced
Nodes31
AddedJan 12, 2024
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.

by mail
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

by dev
W
free

Extract post titles from a blog

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

by amudhan