Start Campaign

View as Markdown

The Start Campaign node starts an existing campaign by its ID, moving it into a running state so it begins reaching out. It returns the campaign’s current details once started.

When to use it

  • You have created or prepared a campaign and now want it to begin.
  • You want to hold a campaign until a condition is met earlier in the run, then start it.
  • You enroll contacts first and start the campaign only once everyone is in.

Inputs

FieldWhat it’s forExample
CampaignThe campaign to start, given by its ID. Often the ID returned by an earlier Create Campaign step.019e3a1c-8b2f-7890-abcd-1234567890ab

The Campaign field can be a fixed ID or an expression that reads the ID from an earlier step or the trigger.

Outputs

FieldWhat you get back
OutcomeWhether the campaign was started.
Campaign detailsOn success, the campaign’s name, description, status after starting, its sequences, its attached contact lists, and when it was created.

Example

A workflow clones a campaign, enrolls that quarter’s renewal prospects into it, and only then calls Start Campaign with the new campaign’s ID so outreach begins once everyone is enrolled. Starting last avoids reaching out to a half-populated campaign.

The Start Campaign node configuration panel, showing the campaign ID field.

Enroll your contacts before you start the campaign. Starting first means the campaign begins reaching out while you are still adding people, so the earliest contacts get different timing than the rest.