Description
n8n-nodes-do-counter
This is an n8n community node. It lets you use the Do Counter and Campaign API in your n8n workflows.
Do Counter is a simple service to manage counters and campaigns, providing an easy way to track and display progress or collect entries for specific campaigns.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Resources
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
Campaign
- Create: Create a new campaign.
- Get Count: Retrieve the current count for a specific campaign.
- Update: Update an existing campaign’s configuration.
- Create: Add a new entry to a campaign.
- Get Many: List entries for a specific campaign.
- Update: Modify an existing campaign entry.
- Toggle Published: Change the published status of an entry.
- Batch Publish: Publish multiple entries at once.
- Create: Initialize a new counter.
- Get: Get the current value and details of a counter.
- Increment: Increase a counter’s value.
- Update: Change a counter’s name or base value.
- API URL: The base URL where your Do Counter API is hosted.
- API Key: Your secret API key (provided as
X-Api-Keyheader). - n8n community nodes documentation
- Do Counter Repository
Campaign Entry
Counter
Credentials
To use this node, you need to provide:
Compatibility
This node is tested with n8n version 1.0.0 and higher.