Create Campaign

View as Markdown

The Create Campaign node makes a new campaign by cloning an existing template campaign. The new campaign mirrors the template’s sequences, contact lists, redialing rules, and status, so you can stand up outreach programmatically instead of building each one by hand.

When to use it

  • You have a master campaign template and want to spin up a fresh copy for a segment or a season.
  • You want every new campaign to start from the same proven sequences and rules.
  • You need the new campaign’s ID so later steps can start it or enroll contacts.

Inputs

FieldWhat it’s forExample
Template campaignThe campaign to clone, given by its ID. Its sequences, lists, and rules are copied.019e243b-254d-7689-b882-c4abd38c6c7c
Campaign nameAn optional name for the new campaign. Leave blank to keep the template’s name.Spring Renewal Outreach
StatusThe state the new campaign should end up in: draft, active, or stopped. Leave blank to match the template.Active

Each field can be a fixed value or an expression.

Outputs

FieldWhat you get back
OutcomeWhether the campaign was created.
New campaignOn success, the new campaign’s ID and name, its final status, how many sequences and contact lists were copied, and whether redialing rules came along.

Example

An agency keeps a master renewal campaign it has tuned over time. Each quarter, a workflow uses Create Campaign to clone it into a “Spring Renewal Outreach” copy set to active, then passes the new campaign’s ID to Add Contacts to Campaign (Bulk) to enroll that quarter’s prospects.

The Create Campaign node configuration panel, showing the template campaign, name, and status.

An archived template cannot be cloned. If the template you point at has been archived, the node reports the problem and creates nothing, so route to a follow-up step if that is a possibility.