generate_document
Fill one of the workspace's document templates (by name or id) for a record, e.g. {job_id: 42}, and get a PDF link. The link is public — anyone with it can open the file — so share it only where the user intends.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | No | ||
| template | Yes | ||
| arguments | No | The template's arguments, e.g. {job_id: 42} |