Automations
List automations
Returns a list of your automations and associated metadata.
get/v1/campaigns
Response
Returns an array of automation objects.
Example response
{
"campaigns": [
{
"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
No recorded changes to this endpoint across all 1 revision of this API.