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
A message containing the document to store in the
Example:
document
key. The document should be formatted according to any of the schemas in the data model.{
"document": {
"exampleKey1": "exampleValue1",
"exampleKey2": "exampleValue2",
}
}