Skip to main content
GET
/
prod
/
event-campaign
/
{id}
Get Event Triggered Campaign
curl --request GET \
  --url https://api.aimtell.com/prod/event-campaign/{id} \
  --header 'X-Authorization-Api-Key: <api-key>'
{
  "id": 819,
  "uid": "76cedd11b19e",
  "idSite": 179,
  "name": "Sample Triggered Notification # 1:  Abandoned Cart",
  "title": "",
  "body": "",
  "link": "",
  "customIcon": "https://s3.amazonaws.com/siteicons.aimtell.com/icon_40_1443032714..jpg",
  "delay": 0,
  "eventCategory": "cart",
  "eventAction": "abandoned",
  "eventLabel": "",
  "conversion_trigger": null,
  "collapse_key": null,
  "createdAt": "2016-10-24 23:26:06",
  "updatedAt": "2017-02-18 01:11:34",
  "status": 1,
  "bounced": null,
  "campaign_results": {
    "sent": 0,
    "delivered": 0,
    "bounced": 0,
    "clicked": 0,
    "conversions": 0
  }
}

Authorizations

X-Authorization-Api-Key
string
header
default:""
required

Path Parameters

id
string
required

Campaign ID

Response

200