Understanding signature requests and how they work
account_email
if you want to force the signer to use or create a Skribble account:
account_email
and signer_identity_data
to allow signing without requiring a Skribble account:
signer_identity_data
, Skribble generates a unique signing URL that allows direct access without account creation. This is the recommended approach for most use cases.
callback_success_url
)
callback_error_url
)
callback_update_url
)
SKRIBBLE_SIGNATURE_REQUEST_ID
: The ID of the signature requestSKRIBBLE_DOCUMENT_ID
: The ID of the final signed documentSKRIBBLE_SIGNATURE_ID
: The ID of the completed signature (only for update callbacks)URL Configuration
Error Handling
Document Handling
Creation
Notification
Signing
Completion
Document Preparation
Signer Configuration
account_email
and signer_identity_data
unless you specifically need to force account creationaccount_email
and signer_identity_data.email_address
signer_identity_data
for better user experiencesequence
for ordered signing when document order mattersOPEN
: The signature request is active and waiting for signaturesSIGNED
: All required signatures have been completedWITHDRAWN
: The signature request was cancelled