Automations

Get an automation

Returns metadata for an individual automation.

get/v1/campaigns/{campaign_id}

Response

Returns metadata for the automation.

Example response

{
  "campaign": {
    "id": 5,
    "deduplicate_id": "15:1492548073",
    "description": "Sends a welcome series to new trial signups.",
    "created": 1552341937,
    "updated": 1552341937,
    "actions": [
      {
        "type": "email",
        "id": 259
      }
    ],
    "first_started": 1552341937,
    "tags": [
      "new",
      "welcome"
    ],
    "trigger_segment_ids": [
      90
    ],
    "filter_segment_ids": [
      21,
      42
    ]
  }
}

Changes

Changed in 1 of the 3 revisions of this API.1

    • added the media type application/json for the response with the status

      response-media-type-added