Skip to main content

Update Campaign

PUT 

/campaign/:id

Update an existing campaign

  • 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...