I was wondering what the difference between the custom email alerts and API AlertService reported events was.
Eg, via email I've set up a custom alert:
Daily alerts -
Account: Campaigns with CTR < 5% (1)
But AlertService doesn't include the custom alert (though does include others). Eg, using the PHP API (which by default seems to include all types in its request):
$ php examples/v201008/GetAllAlerts.php
Alert of type 'USER_INVITE_PENDING' and severity 'GREEN' for account '123456789' was found.
Is there a way to get these custom alerts via AlertService?
Thanks,
Mike