- Embed the signing ceremony in your web or mobile application
- Redirect users to the ceremony from within your application workflow
- Send the invitation through your own email infrastructure with custom branding
When ceremony URLs are available
A ceremony URL is available when the ceremony is active and not yet completed. If the first authentication method isemail_link, SignatureAPI delivers the URL by email. The url property will be null in that case.
When SignatureAPI sends the URL directly to the recipient (as with Email Link Authentication), the
url property is null. You don’t need to handle delivery yourself.How to get a ceremony URL
Set the ceremony’s authentication method to one of the following:- Email Code
- Custom Authentication
- Multiple Authentication with Email Code or Custom Authentication as the first step
url property of the ceremony object. You can retrieve it in several ways.
From envelope operations
When you create or retrieve an envelope, the ceremony URL is available in theurl property of each recipient’s ceremony object.
Envelope object
From recipient operations
When you retrieve a recipient, the ceremony URL is available in theurl property of the recipient’s ceremony object.
Recipient object
From ceremony operations
When you create a ceremony using the Create Ceremony endpoint, the URL is returned in theurl property of the ceremony object.
Ceremony object
Short ceremony URLs
Standard ceremony URLs are long. They may not fit in space-constrained channels like SMS or push notifications. Seturl_variant to short when creating the ceremony to generate a shorter URL.
Request
Response
URL expiration
Ceremony URLs expire 30 days after creation, or when a new ceremony is created for the same recipient. Contact support to adjust the expiration period. How to get a new URL depends on the authentication method and URL variant:| Authentication | Standard URL | Short URL |
|---|---|---|
| Email Link | Resend or Create Ceremony | Create Ceremony |
| Email Code | Get Envelope | Create Ceremony |
| Custom | Get Envelope | Create Ceremony |
Short URLs do not refresh automatically. Create a new ceremony to generate a new short URL.