This system helps teams route webhook-style POST messages into email alerts with per-user API keys, templates, logs, and admin-managed access control.
Content-Type: application/json
Authorization: Bearer YOUR_API_KEY
{
"subject": "Server alert",
"message": "CPU usage is high",
"server": "web-01"
}
/send.php with that key.