docs: clarify placeholder support is envelope.* only (#2560)

This commit is contained in:
Ephraim Duncan
2026-03-05 02:58:29 +00:00
committed by GitHub
parent 7f5f2b22ed
commit 03e2e4f171
3 changed files with 12 additions and 0 deletions
@@ -473,6 +473,10 @@ Instead of specifying exact coordinates, you can position fields using placehold
This approach is useful when generating PDFs programmatically or using templates with consistent layouts.
<Callout type="info">
Placeholder support is only available in `envelope.*` endpoints. `POST /template/use` does not support placeholder parsing.
</Callout>
See the [PDF Placeholders](/docs/users/documents/advanced/pdf-placeholders) guide for the full placeholder format reference, including supported field types, recipient identifiers, and field options.
---