Skip to main content
POST
Resume a campaign
Resumes a paused campaign, restarting outreach to all prospects.

Authorizations

Authorization
string
header
required

API token authentication. Generate a token from the Alta dashboard and pass it as a Bearer token in the Authorization header.

Path Parameters

campaignId
string<uuid>
required

The UUID of the campaign to resume.

Body

application/json
resumeProspects
boolean

When true, also resumes all paused prospects in the campaign.

Response

Campaign resumed successfully