David_Bond
This is kinda weird...
I started playing around with this because I was also curious. There are two different values for "alert type" depending on what you're doing...
There is the value returned from the alert token ##ALERTTYPE##
This value for type is "alert" for LM Service Insight services and "serviceAlert" for websites.
Then there's the value returned for the "type" field by the API when hitting the endpoint /alert/alerts.
This value for type is "dataSourceAlert" for LM Service Insight services and "websiteAlert" for websites.
Confusing right?
This looks to be a legacy thing from when websites used to be called "services". You can see this in the v1 docs for the API here: https://www.logicmonitor.com/support/rest-api-developers-guide/v1/services/get-services
This was before LM Service Insights was a thing.
Hopefully this at least clarifies things enough for your AlertMagic integration!