Publication
This is a Publication
in our system. It is the basic unit of our system, a subscriber receives emails from one or more publications.
Publications can contain a mix of content i.e. both Flyers and Newsletters. Flyers tend to be simple emails, whereas Newsletters contain articles and tend to be much more complex.
Fields
Field name | Description | Type/Allowed values |
---|---|---|
code |
Publication code. Can be used to lookup publication. Forms part of our Microsite technology. | Short Code |
name |
The name of this publication. | Text |
category 1 |
Indicates whether a publication is a flyer or a newsletter. | Enumeration of Newsletter, Flyer |
description |
A description of the purpose of the publication | Text |
Example
<publication code="newsletter" uri="https://api.newsweaver.com/v2/example-account/publication/63795">
<link
href="https://api.newsweaver.com/v2/example-account/publication/63795/issues"
rel="http://api-info.newsweaver.com/v2/rels/publication.issues"
title="Publication (63795) Issues"/>
<link
href="https://api.newsweaver.com/v2/example-account/publication/63795/sections"
rel="http://api-info.newsweaver.com/v2/rels/publication.sections"
title="Publication (63795) Sections"/>
<name>Newsletter</name>
<description>This is a Newsletter.</description>
</publication>
See calls:
1. This functionality is deprecated and may not be available to you. ↩