Dropbox Sign Integration

Send documents for legally binding signature directly from the GJSDocs editor.

E-Signature

Dropbox Sign

Dropbox Sign integration closes the loop between document generation and signature collection. Generate a contract or NDA in GJSDocs, add [[sig:role]] placeholders where signatures go, and send for legally binding e-signature without switching platforms. Track signing status and download the certified PDF when all parties have signed.

Best for

  • Sales teams sending contracts and proposals for signature after generation
  • Legal ops teams managing NDAs and service agreements end-to-end
  • Operations automating the full generate → sign → archive workflow

What it supports

  • API key authentication (sandbox and production)
  • [[sig:role]], [[initials:role]], [[date:role]] anchor tokens
  • Multi-signer flows with per-role email invitations
  • Status tracking: Sent → Viewed → Signed / Declined / Expired
  • Remind and Cancel actions from the editor
  • Certified PDF download with embedded audit trail

Setup Steps

  1. 1

    Log into Dropbox Sign → Settings → Integrations → API and copy your API key.

  2. 2

    In GJSDocs, go to Workspace → Integrations → Dropbox Sign and paste the key.

  3. 3

    Enable Sandbox Mode for testing (no real emails sent, no credits consumed), then disable for production.

  4. 4

    Add [[sig:role]] tokens to your document where each signer should sign.

  5. 5

    Click Send for Signature in the editor, fill in each signer's name and email, and send.

Sample Variables

Examples of variable keys you can use inside templates:

[[sig:buyer]] — full signature field for the buyer role[[initials:seller]] — initials field for the seller role[[date:witness]] — auto-filled signing date for the witness role

Security + Reliability Notes

  • - API key encrypted with AES-256-GCM at rest, never returned to the browser
  • - Webhook events verified with HMAC-SHA256 before processing
  • - Sandbox mode available for full end-to-end testing without consuming credits

Delivery notes

  • - Dropbox Sign appends a Certificate of Completion to every signed PDF — includes signer names, emails, IP addresses, and timestamps.
  • - Test the full flow in sandbox before switching to your live API key.
  • - Each [[sig:role]] token maps to one signer — use the same role name consistently across the document.