Skip to main content

Run campaign

This request starts a campaign and changes its status to RUNNING. Prospects enrolled in the campaign will be processed based on the campaign settings and delivery times.

Request

Endpoint

POST https://api.woodpecker.co/rest/v2/campaigns/{campaign_id}/run

Headers

x-api-key: {YOUR_API_KEY}

For details on how to authenticate your requests, please see the authentication guide.

Request sample

Request title

curl --request POST \
--url "https://api.woodpecker.co/rest/v2/campaigns/{campaign_id}/run" \
--header "x-api-key: {YOUR_API_KEY}"

Response

Response examples

The campaign has been run.

Status: 200
Body: none