Franchise Content Type
Reference guide for accessing Advertisement type within Contentful
Contentful Name | Contentful ID | CONTENTFUL TYPE |
---|---|---|
Franchise Name | franchiseName | text |
Client | client | reference |
Logo | logo | reference |
Website | webiste | text |
Contact Information | (pending) | reference |
Example Advertisement Payload(Javascript)
This is an example of a payload received by a contentful webhook.
The term “entry” is a name we declared in code and can be changed.
The “sys” name is provided directly from contentful and contains this entry’s id.
Each “entry” contains a subset of fields, which contain all the items provided in the table above.
For reference fields, we want to re-fetch those types by passing the id provided in those fields.
{
"Franchise Name": entry.fields.franchiseName,
"Client": entry.fields.client,
"Logo": entry.fields.logo,
"Website": entry.fields.website
}
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'html-macro' is unknown.