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:
{{someVariable}}
{ "someVariable": "Some value" }
Last updated 3 years ago
Was this helpful?