# POST /emails/send-bulk

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

Send bulk email to a list or a set of contacts.

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

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

**Success status:** `201`

> Bulk sends are permission-based only. See the anti-spam policy before using this endpoint.


---

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