Ceremony
A ceremony is a session where a recipient interacts with an envelope, such as by signing it.
If the recipient’s ceremony_creation
property is set to automatic
(or not set at all), a ceremony is automatically created with an authentication type of link via email.
If the recipient’s ceremony_creation
property is set to manual
, the ceremony is not automatically created. You must create it using the Create Ceremony endpoint. This allows you to embed the ceremony into a web or mobile app or send the ceremony URL directly to the recipient.
A deliverable belongs to a recipient.
Attributes
Defines how the recipient authenticates to this ceremony.
Authentication methods can be either link via email or custom.
List of sources allowed to embed this ceremony (for web embedding).
These sources will be used in the frame-ancestor directive of the ceremony’s HTTP Content Security Policy (CSP).
The URL the recipient must visit to initiate the ceremony, either directly or embedded in a web or mobile application.
If the authentication type is email_link
, this field will be null
, as the recipient will receive the URL via email directly from SignatureAPI.
Was this page helpful?