Skip to main content
Version: 4.52.0

Document Store

The Document Store component allows you to store data into the Content Store.

The component will validate if the object is in line with the data model.

Handlebars

This component lets you use Handlebars templates. More information about Handlebars can be found in this section

Configuration

Inputs | Outputs


Document Store
Input
Output
Error
00 0 (ilywrv6t9)
A message containing the document to store in the document key. The document should be formatted according to any of the schemas in the data model.

  • Example:
  • {
    "document": {
    "exampleKey1": "exampleValue1",
    "exampleKey2": "exampleValue2",
    }
    }