Partner Email Integration System

Welcome to EHBokiNortiEG's automated email notification system. This portal allows partners and internal teams to send automated notifications, reports, and alerts through our secure email infrastructure.

API Endpoint: https://www.whoistracking.us/api/email-hook
Method: POST
Authentication: Bearer Token (Request from IT)

Send Automated Report

Email Templates

API Integration Example

curl -X POST https://www.whoistracking.us/api/email-hook \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_TOKEN_HERE" \
  -d '{
    "to": "[email protected]",
    "subject": "Automated Alert",
    "body": "System notification",
    "tracking_id": "EM-2025-Q4-7821",
    "priority": "high"
  }'

← Back to Home | HTTP Testing | API Documentation

EM-2025-Q4-7821 TECHNOVA-EMAIL-API-2025 https://www.whoistracking.us/api/email-hook