# POST /emails/send

Part of the SendHeron REST API. Base URL: `https://api.sendheron.com/api/v1`

Send a single transactional email.

```http
POST https://api.sendheron.com/api/v1/emails/send
Authorization: Bearer <YOUR_API_KEY>
```

**Required scopes:** `emails:send`

**Success status:** `201`


---

Rate limits (global, all applied at once): 60 per minute, 150 per 5 minutes, 300 per hour, 2000 per day.
