Update campaign
Distribution / Campaign
Update campaign
Description
Update fields of a campaign.
Request payload
This endpoint needs a campaignObject (described in the list campaigns endpoint) with the modified fields. It also needs a recipientLists property.
recipientLists
This property is an array of objects:
[
{
"id": "string",
"campaignId": "string"
}
]
id: Id of the recipient list.campaignId: Id of the campaign.
PUT
Update campaign
Description
Update fields of a campaign.Request payload
This endpoint needs acampaignObject (described in the list campaigns endpoint) with the modified fields. It also needs a recipientLists property.
recipientLists
This property is an array of objects:id: Id of the recipient list.campaignId: Id of the campaign.