added

[Editor 2.0] Clickable links in variables

Send variable value as a link in the Create Document from PandaDoc Template request with Editor 2.0 and we automatically convert it to a clickable one.
Use the following format:

"tokens": [
        {
            "name": "Payment.Link",
            "value": "https://stripe.com/"
        }
    ],

🚧

The difference in names

Variables in the UI are equal to tokens in the API.