Creates a new envelope and, by default, sends a signing email to all eligible recipients, respecting the order and muted properties defined on each recipient. For more detail on how recipients behave, refer to the recipients section.
All envelopes must include an account_id to identify the sender. If the account is assigned to a group, the envelope will automatically inherit that group. This can be overridden by supplying a group_id directly.
Each envelope must include at least one document and one recipient with a type of signer. Every signer must have at least one field defined.
To create a draft envelope, set draft to true and include at least one document. Drafts can optionally include recipients, but recipient fields are not supported in drafts.
Drafts can be opened and completed in the Annature dashboard by visiting: https://dashboard.annature.com.au/create-envelope?envelopeId={{envelope_id}}
Anchors allow you to specify a text string, and fields will be automatically created at every location in all documents where that string appears. Anchors are a fast and flexible way to apply fields without knowing exact coordinates.
All anchor matches use the bottom-left of the matched text as the origin.
Optional x_offset and y_offset can be supplied to fine-tune placement.
If a field would overflow the page, it is silently skipped.
The recipient’s mobile number, must be supplied adhering to E.164 format.
This number will be used to send an SMS with a link to open the envelope.
This property cannot be used in combination with sms_auth, as both would send information to the same device — which does not meet two-factor authentication requirements.
Enables SMS-based two-factor authentication for the recipient.
When set to true, Annature will send a one-time code (OTP) to the recipient’s mobile number. This code must be entered before the recipient can access the envelope.
This property cannot be used in combination with mobile, since sending both the envelope link and the OTP to the same device does not constitute valid two-factor authentication.