> For the complete documentation index, see [llms.txt](https://docs.sparkloop.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sparkloop.app/api-v2-deprecated/objects-schema/publication-object.md).

# Publication Object

### Example

```json
{
  "publication": {
    "uuid": "pub_4bc1056297",
    "name": "My first newsletter",
    "publication_url": "https://sparkloop.app/newsletter",
    "description": "Publication for my first newsletter",
    "auto_pilot": true,
    "partner_categories": ["marketing", "tech"],
    "list_id": "c34kko0",
    "status": "active",
    "created_at": "2021-03-24T11:55:02.113Z",
    "logo_url": "https://example.com/path-to-logo.png"
  }
}
```

| Property            | Type             | Description                                             |
| ------------------- | ---------------- | ------------------------------------------------------- |
| uuid                | string           | Unique ID of the publication                            |
| name                | string           | Publication's name                                      |
| publication\_url    | string           | Publication's website                                   |
| description         | string           | Publication's description                               |
| auto\_pilot         | boolean          | Whether or not this publication has auto-pilot enabled. |
| partner\_categories | array of strings | Publication's categories                                |
| status              | string           | The status of the publication (draft, active, archived) |
| logo\_url           | string           | URL to the publication's logo                           |
| list\_id            | string           | The list ID from your ESP (if your ESP supports lists)  |
| created\_at         | timestamp        | The date the publication was created                    |
