Tags added to Create Document call
September 21st, 2018 by Stanislav Lazuta
Tags can now be specified on Create Document from a template, form fields PDF, field tags PDF.
API example:
{
"name": "API Sample Document from PandaDoc Template",
"tags": [
"tag_1",
"tag_2"
],
...
}