Last updated 2 years ago
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" }