Impulse Variables

Top Level Variables

These are the variables which are always available to liquid templates (unless otherwise specified) The following object shows the top level variables available to call using liquid templates.

{
    "sourceEndpointId": "<Source endpoint id for transaction>"
    "destinationEndpointId": "<Destination endpoint id for content delivery, only availble for apply on read>"
    "contentType": "<Source content type for transaction>"
    "content": {<Content variable>}
    "category": {<Category variable (only when category tag is used)>}
    "domain": {<Domain variable (only when domain tag is used)>}
    "folder": {<Folder variable (only when folder tag is used)>}
    "language": {<Language variable (only when language tag is used)>}
    "relationship": {<Relationship variable (only when relationship tag is used)>}
    "tag": {<Tag variable (only when tag tag is used)>}
}

Content

The following objects show the content variables available to call using liquid templates.

single value If there is no language support in the connector:

If there is language support in the connector:

Category

Category variables are only available if the category tag is used.

The following object shows the category variables available to call using liquid templates.

Domain

Domain variables are only available if the domain tag is used.

The following object shows the domain variables available to call using liquid templates.

Folder

Folder variables are only available if the folder tag is used.

The following object shows the folder variables available to call using liquid templates.

Language

Language variables are only available if the language tag is used.

The following object shows the language variables available to call using liquid templates.

Relationship

Relationship variables are only available if the relationship tag is used.

The following object shows the relationship variables available to call using liquid templates.

Tag

Tag variables are only available if the tag tag is used.

The following object shows the tag variables available to call using liquid templates.

Last updated