Publication Object

Example

{
  "publication": {
    "uuid": "pub_4bc1056297",
    "name": "My first newsletter",
    "publication_url": "https://sparkloop.app/newsletter",
    "description": "Publication for my first newsletter",
    "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"
  }
}
PropertyTypeDescription

uuid

string

Unique ID of the publication

name

string

Publication's name

publication_url

string

Publication's website

description

string

Publication's description

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

Last updated