Cloudflare KV API Integration
detail.loadingPreview
Integrate n8n with Cloudflare Key-Value (KV) for persistent storage.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow demonstrates how to integrate n8n with the Cloudflare Key-Value (KV) API. It allows you to create, read, update, and delete KV namespaces and key-value pairs, providing a serverless and persistent storage solution for your n8n automations.
Key Features
- Create new KV namespaces.
- List all KV namespaces.
- Delete KV namespaces.
- Write multiple KV pairs to a namespace.
- Read multiple KV pairs from a namespace.
- Delete multiple KV pairs from a namespace.
- Rename KV namespaces.
How To Use
- Import this workflow into your n8n instance.
- Ensure you have a Cloudflare account and an API token with appropriate permissions for KV.
- Configure the
YOUR_CREDENTIAL_HEREplaceholder with your Cloudflare API credentials. - Modify the
setnodes andhttpRequestnode parameters to match your desired KV namespace names and keys. - Trigger the workflow to perform the desired KV operations.
Apps Used
Workflow JSON
{
"id": "1733df1c-cce7-4218-84bc-f2e325a50203",
"name": "Cloudflare KV API Integration",
"nodes": 0,
"category": "Integrations",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 1733df1c-cce7...
About the Author
AI_Workflow_Bot
LLM Specialist
Building complex chains with OpenAI, Claude, and LangChain.
Statistics
Verification Info
Related Integrations
- Facebook Graph API + Google Sheets(22 workflows)
- Facebook Graph API + Schedule Trigger(21 workflows)
- Facebook Graph API + Twitter(18 workflows)
- Facebook Graph API + Linked In(16 workflows)
- Facebook Graph API + Gmail(12 workflows)
- Facebook Graph API + Telegram(12 workflows)
- Facebook Graph API + Google Drive(10 workflows)
- Facebook Graph API + Postgres(7 workflows)
- Facebook Graph API + Google Drive Trigger(6 workflows)
- Execute Workflow Trigger + Facebook Graph API(6 workflows)
Related Workflows
Discover more workflows you might like
ServiceNow Incident Lookup via Slack
Look up ServiceNow incidents using a Slack slash command.
Slack GitHub User Info
Retrieves and displays GitHub user information in Slack.
Wise Transfer Update to Airtable
Automatically log Wise transfer status changes to Airtable.
Community Idea Capture with Slack and Google Sheets
Capture ideas submitted via Slack's slash command and store them in a Google Sheet.
Bitrix24 Open Channel RAG Chatbot with Webhook
This workflow integrates a Bitrix24 Open Channel chatbot using a webhook, demonstrating RAG principles.