Build document and electronic signature workflows with Better Sales Pro.
Featuredcurl --request POST \ --url https://bettersalespro.com/admin/api/addSignature \ --data 'token=YOUR_TOKEN' \ --data 'signature=BASE64_OR_PAYLOAD'
Overview
Better Sales Pro includes e-signature capabilities in the product (templates, Smart Forms, merge fields, signer workflows). The partner API currently exposes signature load and add methods. Broader envelope-style REST resources may expand over time—this guide documents what exists today and the recommended integration model.
Concepts
- Templates — reusable document layouts in Better Sales Pro
- Merge fields — dynamic values populated at send time
- Signers — people who must complete signature or input fields
- Smart Forms — shareable / embeddable completion experiences
- Signature payload — captured signature data via API methods
Quickstart
addSignature where your client stores signatures via API.Signature endpoints
Documented methods:
POST /admin/api/loadSignaturePOST /admin/api/addSignature
Details: Signature endpoints →
Smart Forms
Smart Forms reuse document templates, merge codes, input fields, and signature fields. Completion actions (save to project, notify staff, send copies, trigger automation) are configured in-product. Only use actions your account has enabled.
Webhooks
Prefer product automation + webhook receivers for completion events. See Webhooks.