Client Content Type
Reference guide for accessing Client type within Contentful
Contentful Name | Contentful ID | CONTENTFUL TYPE |
---|---|---|
Client Name | clientName | text |
Client ID | clientID | text |
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.
{
"Client Name": entry.fields.clientName,
"Client ID": entry.fields.clientID
}
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'html-macro' is unknown.