A list of addresses, with the chart inline.
The simplest destination, and the right one for daily-digest monitors nobody needs to be woken for.
cURL
curl -X POST https://api.logstreem.com/v1/notifiers \
-H "Authorization: Bearer $LOGSTREEM_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "Platform team",
"type": "email",
"config": {
"addresses": ["platform@acme.com", "sre@acme.com"]
}
}'Email is not paging
Delivery is best-effort and often minutes behind. Use it for awareness; use PagerDuty or Opsgenie for anything that needs a human inside five minutes.