n8n-nodes-dreamhost
v0.1.4
Published
n8n node to call Dreamhost API
Downloads
216
Maintainers
Keywords
Readme
n8n-nodes-dreamhost
This streamlines the process of creating, updating, and deleting Dreamhost DNS records, and managing Dreamhost Announcement List.
Features
DreamHost offers an API customers can use to interact with their account information such as Domains, DNS, Mail, Databases, and Users.
Dreamhost DNS Records
Dreamhost Announcement List
- List all Announcement Lists
- List all Announcement List subscribers
- Send an email to add a subscriber
- Remove a subscriber
- Send an Announcement List
Installation
- Install the n8n-nodes-dreamhost package from either:
Using the n8n CLI:
# Navigate to the .n8n installation nodes directory cd /path/to/.n8n/nodes npm install n8n-nodes-dreamhost
Using the n8n GUI:
- Open the Community Nodes in the n8n settings page.
- Click the Install a community node button.
- Input
n8n-nodes-dreamhost
in the npm package name field and click the Install button.
- Add Dreamhost API credentials using the generated API key.
- Add the node to your workflow.