get https://app.wowing.io/api/automations
{
"data": [ // LIST OF AUTOMATIONS
{ // AUTOMATION
"id": 265,
"team_id": 1,
"template_id": null,
"automation_identifier": "IHvzjQEuz5NHCLER",
"auto_response_delay_interval": 1, // numeric value, specifying how long after a contact was created the auto response will be sent
"auto_response_delay_unit": "days",
"auto_response_disabled": true, // bool, specifying if a auto response should sent
"file_type": null,
"file_mime_type": null,
"name": "DimGray Automation",
"outbound_webhook_url": null, // url which will be notified when a contact in this automation is created
"created_at": "2019-07-23T14:04:35+00:00",
"updated_at": "2019-07-23T14:04:35+00:00",
"outstanding_contacts_count": 0,
"webhook_uri": "https://customer-retention.vc.dezit/api/webhook/IHvzjQEuz5NHCLER", // url under which a contact can be created by third party applications using webhooks
"template": {
"id": 1,
"name": "FancyTemplate",
"integration": "integrationname"
},
"files":[ // can be empty
{
"id":3781,
"fileable_id":404,
"fileable_type":"App\\Automation"
},
...
]
},
...
],
// IMPORTANT
"current_page": 1, // current page in pagination
"last_page": 4, // number of pages
// OTHER INFORMATION
"first_page_url": "https://customer-retention.vc.dezit/api/automations?page=1",
"from": 1,
"last_page_url": "https://customer-retention.vc.dezit/api/automations?page=1",
"next_page_url": null,
"path": "https://customer-retention.vc.dezit/api/automations",
"per_page": 25,
"prev_page_url": null,
"to": 6,
"total": 6
}