> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sendrealm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create And List Campaigns

> Create email campaign drafts and list existing campaigns.

## Endpoints

* `POST /campaigns`
* `GET /campaigns`

Campaigns created through the public API always begin as drafts. The API does not schedule, approve, or send them.

## Create request

```json theme={null}
{
  "name": "July product update"
}
```
