> 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/campaign-object.md).

# Campaign Object

### Example

```json
{ 
  "uuid": "MF9a78983d1c",
  "name": "My cool newsletter"
}
```

<table><thead><tr><th width="217">Property</th><th width="140.66666666666666">Type</th><th>Description</th></tr></thead><tbody><tr><td>uuid</td><td>string</td><td>the unique ID of the  campaign</td></tr><tr><td>name</td><td>string</td><td>the name of the campaign</td></tr></tbody></table>
