Create a New DigitalOcean Droplet via API - n8n Workflow | Neura Market
Create a New DigitalOcean Droplet via API
Automates the creation of a DigitalOcean Droplet using a simple HTTP request to the API. Add your personal access token and customize parameters like region, size, and image for instant provisioning.
This n8n workflow streamlines the process of launching new DigitalOcean Droplets by sending a POST request to the DigitalOcean API endpoint (/v2/droplets). It requires only your Personal Access Token in the Authorization header (Bearer format) and configurable body parameters such as droplet name, region (e.g., blr1), size (e.g., s-1vcpu-1gb), and image (e.g., ubuntu-20-04-x64). With just one node, it's lightweight and easy to trigger manually or integrate into larger automations.
The primary b
Platform
n8n
Category
Productivity
Price
$4.99
Creator
QualityWorkflows
DigitalOcean
Droplet
Cloud Computing
DevOps
API Automation
Infrastructure
Provisioning
HTTP Request
Ubuntu
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.