Template preview
full_name█████email█████accept_terms☑ checkboxcontact_method◉ email ○ phone ○ sms
Use JSON, CSV, or TXT input to populate fields and generate a PDF.
full_name█████email█████accept_terms☑ checkboxcontact_method◉ email ○ phone ○ sms| Field name | Type | Required |
|---|---|---|
full_name |
text | Yes |
email |
text | Yes |
accept_terms |
boolean | Yes |
contact_method |
radio | No |
full_name,email,contact_method,accept_terms
Anna Kovacs,[email protected],email,true
Mark Horvath,[email protected],sms,true
Sheet: Sheet1 (first worksheet is used)
full_name | email | contact_method | accept_terms
Anna Kovacs | [email protected] | email | true
Mark Horvath | [email protected] | sms | true
full_name,email,contact_method,accept_terms
Anna Kovacs,[email protected],email,true
Mark Horvath,[email protected],sms,true
[
{
"full_name": "Anna Kovacs",
"email": "[email protected]",
"contact_method": "email",
"accept_terms": true
},
{
"full_name": "Mark Horvath",
"email": "[email protected]",
"contact_method": "sms",
"accept_terms": true
}
]
/fill-pdf only supplies values. To rename, replace, or overwrite existing fields, use /edit-pdf">/edit-pdf to update the document and field configuration, then return here with matching keys.
Checkbox inputs are normalized to boolean. These values are treated as checked:
true, yes, y, 1, checked, onfalse, no, n, 0, unchecked, off are treated as uncheckedcontact_method, use one of: email, phone, sms