Document toolboxDocument toolbox

Guru Content Type

Reference guide for accessing Advertisement type within Contentful

Contentful Name

Contentful ID

CONTENTFUL TYPE

Contentful Name

Contentful ID

CONTENTFUL TYPE

Guru Name

guruName

text

Guru Title

guruTitle

text

Slug

slug

text

Bio

bio

richText

Headshot

headshot

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.

{ "Guru Name": entry.fields.guruName, "Guru Title":entry.fields.guruTitle, "Slug":entry.fields.slug, "Bio":entry.fields.bio, "Headshot": entry.fields.headshot }

 

com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'html-macro' is unknown.