Standardized mapping of JSON fields to PDF coordinates for SignNow.
Use this skill to maintain the mapping between IntakeQueue data and the Legal PDF Templates.
When generating a PDF via GAS, we map IntakeQueue keys to "Tags" in the SignNow template.
Standard Naming Convention:
{{FieldName}}| IntakeQueue Field | SignNow Tag | PDF Location | Notes |
|---|---|---|---|
indemnitorName | {{IndemnitorName}} | Page 1, Top |
| Full Name |
indemnitorAddress | {{IndemnitorAddr}} | Page 1, Block 2 | Full Address |
defendantName | {{DefendantName}} | Page 1, Header | Reference |
bondAmount | {{TotalBond}} | Page 2, Financials | Currency |
premiumAmount | {{PremiumDue}} | Page 2, Financials | Currency |
| IntakeQueue Field | SignNow Tag | PDF Location | Notes |
|---|---|---|---|
indemnitorName | {{BorrowerName}} | P1, Line 1 | |
bondAmount | {{PrincipalAmount}} | P1, Top Right | |
paymentTerms | {{InstallmentPlan}} | P1, Body | Text description of plan |
When the user asks to "Add a new field to the contract":
IntakeQueue?PDF_TEMPLATES.md (implied artifact) with the new tag.createDocument() function to include the new key-value pair in the payload.