Create a regular signature request
Creates a signature request for a template with one or more signers and emails each signer a signing link (same delivery path as sharing from the Formable platform).
If template fields have assigned roles, signers must include a signer for each of those roles. Requires signers (array of email, name, and role, in signing order). Optional sender (email and name); when omitted, sender defaults to the API key organization owner. Optionally accepts a fields array to pre-fill template fields. You do not need to create signing URLs; Formable emails each signer.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The ID of the template to create a signature request for
"abc123xyz"
People who will receive a signing email, in signing order. Must cover every role assigned to fields on the template.
1Optional. Who is sending the request. When omitted, defaults to the API key organization owner.
Optional flag to mark the signature request as a test. Test mode requests are not counted toward billing
false
Optional array of fields to pre-fill in the template
Response
Signature request created successfully and signing emails dispatched
The unique identifier of the created signature request
"abc123xyz"
"tmpl_123"
Created, Completed, Expired "Created"
true
Envelope fields with current values. Signature image data is never returned.