POST /account/notifications/test-email

Send the alert email template to one address with sample data, so a typo'd finance alias is caught by a human instead of failing silently when a real alert fires.

MethodPath
POST/v1/account/notifications/test-email
curl -X POST "https://api.ellipsis.dev/v1/account/notifications/test-email" \
  -H "Authorization: Bearer $ELLIPSIS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"email":"..."}'

Request

Example request body
{
"email": "string"
}

Body parameters

emailstringrequired

Response

Example response · 200
{
"ok": true
}

On this page

No Headings
Schedule a demo