Add legally-defensible client signature capture directly to your invoices — generating tamper-evident signed PDFs stored securely in the cloud with a full audit trail.
noindex, nofollow meta tags to prevent indexing of sensitive client documents.random_bytes(32), making tokens computationally infeasible to guess or brute-force.{SIGNATURE} placeholder is cleanly stripped from templates.{customer_name}, {invoice_amount}, {signing_link}, {signing_expires}, {company_name}.{customer_name}, {invoice_number}, {invoice_amount}, {signed_date}, {payment_url}, {company_name}.{signed_ip} placeholder.{SIGNATURE} Template Tag: Registers the {SIGNATURE} placeholder with the core template replacement system. On standard renders the tag resolves to an empty string; on the signing page it is replaced with the full interactive signing block at the exact position in the document.apss_invoice_signed Action: Fires immediately after a successful signature is recorded, allowing downstream integrations such as webhooks, CRM updates, and workflow automation to react to the signing event.agency_pulse_invoice_can_be_issued to block invoice issuance when a signature is required but not yet collected, returning a descriptive error with context-appropriate messaging.agency_pulse_invoice_should_generate_pdf to suppress redundant local PDF creation when a cloud-signed PDF already exists.agency_pulse_admin_notices system to surface subscription warnings across all admin pages without directly touching the WordPress admin_notices hook.Unlock all the features above for your agency.