Render Document PDF
documentedRender a PDF version of a document/object using a configured PDF template (use the pdf extension instead of api).
GET /{resource}.api.pdfDocumentsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://secure.workbooks.com/crm/{{$resource}}.pdf?template={{$template_id}}&api_key={{WORKBOOKS_API_KEY}}" \
-X GET \
-H "Accept: application/pdf" \
-H "User-Agent: Workbooks-Keychains/1.0"