Back to Nodes

Do Counter

Last updated May 13, 2026

n8n nodes for Do Counter and Campaign API

10 Weekly Downloads
37 Monthly Downloads

Included Nodes

Do Counter

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.
  • Campaign Entry

  • 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.
  • Counter

  • 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.
  • Credentials

    To use this node, you need to provide:

  • API URL: The base URL where your Do Counter API is hosted.
  • API Key: Your secret API key (provided as X-Api-Key header).
  • Compatibility

    This node is tested with n8n version 1.0.0 and higher.

    Resources

  • n8n community nodes documentation
  • Do Counter Repository