Skip to main content

Update Campaign

PUT 

/campaign/:id

Updates the details of an existing campaign

Use this endpoint to modify campaign properties such as subject line, content, recipients, schedule, or other settings, allowing you to keep campaigns up to date before sending.

  • Campaigns in LAUNCHED / COMPLETED / FAILED status is not allowed to update.

Request

Path Parameters

    id uuidrequired

    ID of the campaign to update

Body

required
    contentSourceUrl string
    campaign object
    name string
    subject string
    previewText string
    senderId uuid
    template object
    html string
    contactIds string[]
    schedule object
    dateTime string
    days string[]
    time string

Responses

Successful operation

Loading...