My data is not showing up in the Document

Make sur that you're using the same variable name between your Template and the payload you send.

If your Template contains {{someVariable}} the Document payload should contain this:

JSON
{
  "someVariable": "Some value"
}

Relates pages

pageNaming variables

Last updated