The campaign object

A campaign.

AttributeTypeDescription
messagestringThe message sent to subscribers
namestringName of the campaign
statusstringThe current campaign status Possible values: ["ACTIVE", "COMPLETED", "DRAFT", "ERROR", "INACTIVE", "IN_PROGRESS", "SCHEDULED", "STOPPED", "SUSPENDED", "ARCHIVED"]
organization.uidstringPodium unique identifier for the referenced resource.
uidstringPodium unique identifier for campaign.
locationsarrayReference to the locations resource.
locations[].uidstringPodium unique identifier for the referenced resource.
createdAtstringTime at which the resource was created. Date time is in Coordinated Universal Time (UTC).
updatedAtstringTime at which the resource was updated. Date time is in Coordinated Universal Time (UTC).
endedAtstringTime at which the campaign completed, stopped or errored. Date time is in Coordinated Universal Time (UTC).
startedAtstringTime at which the campaign messsages started sending. Date time is in Coordinated Universal Time (UTC).
{
  "message": "Get 50% off this memorial day weekend!",
  "name": "Memorial Day sale",
  "status": "ACTIVE",
  "organization": {
    "uid": "00000000-0000-0000-0000-000000000000"
  },
  "uid": "00000000-0000-0000-0000-000000000000",
  "locations": [
    {
      "uid": "00000000-0000-0000-0000-000000000000"
    }
  ],
  "createdAt": "2015-01-23T23:50:07Z",
  "updatedAt": "2015-01-23T23:50:07Z",
  "endedAt": "2015-01-23T23:50:07Z",
  "startedAt": "2015-01-23T23:50:07Z"
}