Package Information
Available Nodes
Documentation
n8n-nodes-digital-ocean
This is an n8n community node for connecting to Digital Oceans API to manage your droplets.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
- Account
- Get
- Domain
- Create
- Get
- Get Many
- Delete
- Droplet
- Get
- Get Many
- Create
- Delete
- Event
- Get
- Get Many
Credentials
This node supports both OAuth2 and Access Key.
Compatibility
This node will work with any version of n8n after 1.62.1
Usage
Authentication
- Create new credentials in n8n and select "Digital Ocean API"
- Choose either OAuth2 or Access Key authentication:
- For OAuth2: Click the "Connect" button and authorize n8n
- For Access Key: Generate a personal access token and paste it in
Working with Droplets
To get information about a specific droplet:
- Add the Digital Ocean node
- Select "Droplet" as Resource
- Choose "Get" as Operation
- Enter the Droplet ID
To create a new droplet:
- Add the Digital Ocean node
- Select "Droplet" as Resource
- Choose "Create" as Operation
- Configure required fields:
- Name
- Region
- Size
- Image
Managing Domains
- To create a new domain:
- Add the Digital Ocean node
- Select "Domain" as Resource
- Choose "Create" as Operation
- Enter the domain name
- Optionally configure IP address
Monitoring Events
- To track operations on your account:
- Add the Digital Ocean node
- Select "Event" as Resource
- Choose "Get Many" as Operation
- Optionally filter by event type
Resources
Version history
0.4.1
Fix descriptions
0.4.0
Add support for AI tools
Update documentation
0.3.0
Prevent node from loading n8n again
0.2.0
Add support for Application images
Add support for Actions as Events
Add support for Domains
Add support for Droplet actions
Add option to get Droplet Snapshots and Backups
0.1.0
Initial Release