Create or Update a Campaign
Creates or updates a campaign. See the campaign object for additional details on campaign object properties.
HTTP Request Examples
Create a new Campaign
{
"id": 3389,
"name": "Try a Week Free Automated Follow-Up",
"description": ""
}
HTTP Request Parameters
idnumber
The id of the campaign to update. This field should not be included when creating a campaign.
namestring
The name of the campaign to create or update.
HTTP Response Examples
200
{
"Status": true,
"Message": "",
"Response": {
"id": 3389
}
}
HTTP Response Parameters
idnumber
The id of the campaign that was created or updated.