# SignatureAPI ## Docs - [SignatureAPI for AI Agents](https://signatureapi-daf4ee54.mintlify.app/docs/ai-toolkit/agents.md): Enable your AI agents to send and manage signed document with SignatureAPI. - [Build with AI](https://signatureapi-daf4ee54.mintlify.app/docs/ai-toolkit/build.md): Use AI to aid the integration of SignatureAPI into your applications. - [Authentication](https://signatureapi-daf4ee54.mintlify.app/docs/api/authentication.md): Learn how to authenticate your API requests with SignatureAPI - [Can I _______ ?](https://signatureapi-daf4ee54.mintlify.app/docs/api/can_i.md): Quick answers to common questions about SignatureAPI capabilities including multiple signers, templates, and signature positioning - [Concepts](https://signatureapi-daf4ee54.mintlify.app/docs/api/concepts.md): Learn the core concepts of SignatureAPI including envelopes, documents, recipients, ceremonies, and deliverables - [Errors](https://signatureapi-daf4ee54.mintlify.app/docs/api/errors.md): Handle API errors with RFC 7807 problem details, HTTP status codes, and validation error responses - [Use Custom Authentication](https://signatureapi-daf4ee54.mintlify.app/docs/api/guides/how-to/custom-authentication.md): Authenticate recipients yourself and redirect them to the signing ceremony from your application - [Customize Branding](https://signatureapi-daf4ee54.mintlify.app/docs/api/guides/how-to/customize-branding.md): Add your company logo, accent color, and email footer to signing ceremonies and recipient emails - [Get Deliverables Without the Audit Log](https://signatureapi-daf4ee54.mintlify.app/docs/api/guides/how-to/deliverable-without-audit-log.md): Generate a clean signed PDF without audit log pages using the simple deliverable type - [Use Document Templates](https://signatureapi-daf4ee54.mintlify.app/docs/api/guides/how-to/document-templates.md): Generate personalized documents from DOCX templates and dynamic data - [Embed Signing in a Mobile App](https://signatureapi-daf4ee54.mintlify.app/docs/api/guides/how-to/embed-mobile.md): Embed the SignatureAPI signing interface in your mobile app using a WebView - [Embed Signing in a Web App](https://signatureapi-daf4ee54.mintlify.app/docs/api/guides/how-to/embed-web.md): Embed the signing ceremony directly in your web app using an iframe and JavaScript message events - [Organize with Topics and Metadata](https://signatureapi-daf4ee54.mintlify.app/docs/api/guides/how-to/organize-topics-metadata.md): Use topics and metadata together to categorize envelopes and link them to records in your own systems - [Multiple Recipients Signing In Parallel](https://signatureapi-daf4ee54.mintlify.app/docs/api/guides/how-to/parallel-signing.md): Send envelopes to multiple recipients simultaneously so they can sign in any order - [Prepare a Document Before Sending to Sign](https://signatureapi-daf4ee54.mintlify.app/docs/api/guides/how-to/prepare-before-signing.md): Use a preparer to fill in document fields before the envelope reaches the signer - [Send an Envelope to an Approver](https://signatureapi-daf4ee54.mintlify.app/docs/api/guides/how-to/send-to-approver.md): Route an envelope through an approver before it reaches a signer - [Multiple Recipients Signing Sequentially](https://signatureapi-daf4ee54.mintlify.app/docs/api/guides/how-to/sequential-signing.md): Route envelopes to recipients one at a time in a specific signing order - [Set Up Webhooks](https://signatureapi-daf4ee54.mintlify.app/docs/api/guides/how-to/set-up-webhooks.md): Receive real-time event notifications from SignatureAPI in your own backend - [Use Fixed Positions to Position Signatures](https://signatureapi-daf4ee54.mintlify.app/docs/api/guides/how-to/use-fixed-positions.md): Position signature fields precisely using page coordinates for fixed-layout documents - [Use Placeholders to Position Signatures](https://signatureapi-daf4ee54.mintlify.app/docs/api/guides/how-to/use-placeholders.md): Position signature fields dynamically using text placeholders embedded in your documents - [API Guides](https://signatureapi-daf4ee54.mintlify.app/docs/api/guides/overview.md): Step-by-step tutorials and how-to guides for implementing common SignatureAPI workflows - [Quickstart](https://signatureapi-daf4ee54.mintlify.app/docs/api/guides/quickstart.md): Send your first document for signature using the SignatureAPI in this step-by-step tutorial - [Send Bulk Envelopes](https://signatureapi-daf4ee54.mintlify.app/docs/api/guides/use-cases/bulk-envelopes.md): Send multiple personalized envelopes programmatically from a data set - [Mobile and In-Person Signing](https://signatureapi-daf4ee54.mintlify.app/docs/api/guides/use-cases/mobile-signing.md): Optimize documents for mobile devices and set up in-person signing on shared tablets - [Multi-Tenant Applications](https://signatureapi-daf4ee54.mintlify.app/docs/api/guides/use-cases/multi-tenant.md): Integrate SignatureAPI into a multi-tenant SaaS platform where each tenant has its own signing workflows - [Download Signed Documents](https://signatureapi-daf4ee54.mintlify.app/docs/api/guides/use-cases/save-signed-documents.md): Retrieve signed deliverable PDFs after an envelope completes using webhooks and the deliverables API - [Send Signing Links via SMS](https://signatureapi-daf4ee54.mintlify.app/docs/api/guides/use-cases/sms-signing-link.md): Deliver signing links through SMS or any custom channel using inline ceremonies with short URLs - [Store Envelope Data on Completion](https://signatureapi-daf4ee54.mintlify.app/docs/api/guides/use-cases/store-data-webhook.md): Detect envelope completion with webhooks, retrieve captured data, and persist it to your database - [SignatureAPI OpenAPI Spec](https://signatureapi-daf4ee54.mintlify.app/docs/api/openapi.md): Access the SignatureAPI OpenAPI v3.1 specification and Arazzo workflow definitions - [API Overview](https://signatureapi-daf4ee54.mintlify.app/docs/api/overview.md): Understand SignatureAPI's RESTful architecture, base URLs, HTTP methods, versioning, and response codes - [Pagination](https://signatureapi-daf4ee54.mintlify.app/docs/api/pagination.md): Navigate paginated API responses using cursor-based pagination with next and previous links - [API Playground](https://signatureapi-daf4ee54.mintlify.app/docs/api/playground.md) - [SignatureAPI in Postman](https://signatureapi-daf4ee54.mintlify.app/docs/api/postman.md): Test SignatureAPI endpoints and explore code examples with our public Postman collection - [Quickstart](https://signatureapi-daf4ee54.mintlify.app/docs/api/quickstart.md): Create your first envelope and send documents for signature in minutes with the SignatureAPI - [Rate Limiting](https://signatureapi-daf4ee54.mintlify.app/docs/api/rate-limiting.md): Understand API rate limits and how to handle throttled requests - [Custom Authentication](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/ceremonies/authentication/custom.md): Use your own authentication system to verify recipients before they access the signing ceremony. - [Email Code Authentication](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/ceremonies/authentication/email-code.md): Authenticate recipients with a verification code sent to their email address. - [Email Link Authentication](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/ceremonies/authentication/email-link.md): Authenticate recipients with a secure link sent to their email address. - [Multiple Authentication Methods](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/ceremonies/authentication/multiple.md): Combine authentication methods to require recipients to complete more than one verification step. - [Recipient Authentication](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/ceremonies/authentication/overview.md): Choose how recipients verify their identity before accessing a signing ceremony. - [Ceremony URL](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/ceremonies/ceremony-url.md): Learn how to obtain the ceremony URL to deliver signing access yourself or embed the ceremony in your application. - [Create a ceremony](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/ceremonies/create.md): Create a new signing ceremony for a recipient with custom authentication options. - [Ceremony Lifecycle](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/ceremonies/lifecycle.md): The lifecycle and statuses of a ceremony. - [Ceremony](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/ceremonies/object.md): The ceremony object represents a signing session where a recipient interacts with an envelope. - [Redirect URL](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/ceremonies/redirect-url.md): Configure where recipients are sent after completing, declining, or failing a signing ceremony. - [Create a deliverable](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/deliverables/create.md): Creates a new deliverable from a completed envelope. - [Retrieve a deliverable](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/deliverables/get.md): Retrieves the details of a deliverable, including its current status and download URL. - [Deliverable Lifecycle](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/deliverables/lifecycle.md): The lifecycle and statuses of a deliverable. - [List deliverables](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/deliverables/list.md): Returns a list of all deliverables for an envelope. - [Deliverable](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/deliverables/object.md): The deliverable object represents the final signed PDF generated when an envelope is completed. - [Protect your deliverable with a password](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/deliverables/password.md): Protect your deliverable with password encryption. - [Simple Deliverable](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/deliverables/simple.md): Generate a signed PDF that includes only the signed documents, without an audit log. - [Standard Deliverable](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/deliverables/standard.md): Generate a signed PDF that includes the signed documents and a detailed audit log of the signing process. - [Verify a Deliverable](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/deliverables/verification.md): Verify the cryptographic signature on SignatureAPI PDF deliverables using public key certificates. - [Document](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/documents/object.md): The document object represents a PDF or DOCX file within an envelope - [Document Templates](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/documents/templates.md): Generate documents from DOCX templates and dynamic data. - [Document URL and Upload](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/documents/url.md): Upload PDF or DOCX files via the dashboard, API, or external storage like S3 or Azure - [Attestation and compliance](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/envelopes/attestation.md): Meet legal e-signature requirements for ESIGN, UETA, eIDAS, and country-specific standards like Mexico NOM-151 - [Envelope branding](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/envelopes/branding.md): Add your company logo and accent colors to signing ceremonies and recipient emails - [Cancel an envelope](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/envelopes/cancel.md): Cancel an in-progress envelope to permanently halt the signing process - [Captures](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/envelopes/captures.md): Retrieve data entered by recipients during signing ceremonies through the API - [Create an envelope](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/envelopes/create.md): Create a new envelope with documents and recipients to start the signing process - [Delete an envelope](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/envelopes/delete.md): Permanently delete a canceled, failed, or completed envelope - [Retrieve an envelope](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/envelopes/get.md): Retrieve the full details of an existing envelope - [Language](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/envelopes/language.md): Set the language for signing interfaces and recipient emails with supported language codes - [Envelope lifecycle](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/envelopes/lifecycle.md): Track envelope status through processing, in_progress, completed, failed, and canceled states - [List envelopes](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/envelopes/list.md): Returns a paginated list of all envelopes in your account - [Envelope metadata](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/envelopes/metadata.md): Attach custom key-value data to envelopes for internal reference IDs and tracking - [Envelope](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/envelopes/object.md): The envelope object and all its properties - [Recipient routing](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/envelopes/routing.md): Control signing order with sequential or parallel recipient routing options - [Timestamp format](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/envelopes/timestamp-format.md): Customize the date and time format displayed in deliverables for your recipients - [Time zone](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/envelopes/timezone.md): Configure time zones for deliverables at the account or envelope level - [Envelope topics](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/envelopes/topics.md): Organize envelopes with tags and filter webhook notifications by topic - [Update an envelope](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/envelopes/update.md): Update the label of an existing envelope - [List events](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/events/all.md): Returns all events across your account, sorted with the most recent first. - [Deliverable events](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/events/deliverable-events.md): Receive notifications when signed documents are generated and ready for download. - [List envelope events](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/events/envelope.md): Returns all events for a specific envelope, sorted with the most recent first. - [Envelope events](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/events/envelope-events.md): Track envelope lifecycle changes including creation, completion, cancellation, and failure. - [Event](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/events/object.md): The event object records changes and actions in your account, delivered via webhooks or retrievable through the API. - [List recipient events](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/events/recipient.md): Returns all events for a specific recipient, sorted with the most recent first. - [Recipient events](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/events/recipient-events.md): Monitor recipient actions and status changes including signing, bounces, and replacements. - [Sender events](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/events/sender-events.md): Track sender email verification lifecycle events including creation, verification, failure, and deletion - [Boxed Text Input Place](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/places/boxed-text-input.md): Collect structured data with individual character boxes for codes, SSN digits, or dates - [Checkbox Place](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/places/checkbox.md): Add checkbox fields to documents for recipients to check during signing ceremonies - [Date Places](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/places/date.md): Automatically insert completion dates for individual recipients or the entire envelope - [Dropdown Place](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/places/dropdown.md): Add dropdown selection fields with predefined options for recipients to choose from - [Initials Place](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/places/initials.md): Add initials fields to documents for recipients to place their initials during signing - [Multi-Line Text Input Place](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/places/multiline-text-input.md): Collect longer text from recipients during signing with multi-line input fields - [Place Object](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/places/object.md): Define signature fields, input areas, and auto-filled values at specific locations in documents - [Place Positioning](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/places/positioning.md): Position fields using text placeholders or fixed coordinates with page, x, and y values - [Recipient Email Place](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/places/recipient-email.md): Automatically insert the recipient's email address at a specific location in the document - [Recipient Name Place](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/places/recipient-name.md): Automatically insert the recipient's name at a specific location in the document - [Signature Place](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/places/signature.md): Add signature fields to documents using fixed coordinates or text placeholders - [Text Place](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/places/text.md): Insert static text strings at specific locations in documents before signing - [Text Input Place](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/places/text-input.md): Collect information from recipients during signing with text input fields - [Approver](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/recipients/approver.md): A recipient type who reviews and approves documents without adding a signature - [Get a recipient](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/recipients/get.md): Retrieves the details of an existing recipient. - [Recipient lifecycle](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/recipients/lifecycle.md): Track recipient status through pending, awaiting, sent, completed, and other states - [Recipient](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/recipients/object.md): The recipient object represents a person who participates in an envelope as a signer, approver, or preparer - [Preparer](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/recipients/preparer.md): A recipient type who fills in document fields on behalf of other signers - [Replace a recipient](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/recipients/replace.md): Replaces an existing recipient with a new one. - [Resend request](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/recipients/resend.md): Resends a signing request to the recipient. - [Signer](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/recipients/signer.md): A recipient type who must add their signature or initials to complete the document - [Create a sender](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/senders/create.md): Register a new sender email address and start the verification process - [Delete a sender](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/senders/delete.md): Remove a sender email address from your account - [Get a sender](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/senders/get.md): Retrieve the details and current verification status of a sender - [Sender Lifecycle](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/senders/lifecycle.md): The verification lifecycle of a sender. - [Sender](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/senders/object.md): A sender is a verified email address that SignatureAPI uses when sending signing requests to recipients - [Create an upload](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/uploads/create.md): Upload a PDF, DOCX, or PNG file to SignatureAPI and get back a URL to use as a document source. - [Retrieve an upload](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/uploads/get.md): Retrieve the metadata for an existing upload by its ID. - [Upload](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/uploads/object.md): Store PDF, DOCX, or PNG files in SignatureAPI and reference them as document sources in envelopes. - [Store an upload](https://signatureapi-daf4ee54.mintlify.app/docs/api/resources/uploads/store.md): Convert a temporary upload into a permanent upload that does not expire. - [Test Mode](https://signatureapi-daf4ee54.mintlify.app/docs/api/test-mode.md): Learn how to create safe, non-binding, test-mode envelopes - [Webhooks](https://signatureapi-daf4ee54.mintlify.app/docs/api/webhooks.md): Learn how to receive events in your webhook endpoint - [SignatureAPI Docs](https://signatureapi-daf4ee54.mintlify.app/docs/api/welcome.md): Integrate electronic signatures into your apps and workflows with SignatureAPI's REST API, no-code connectors, and embedded signing solutions - [Manage API Keys](https://signatureapi-daf4ee54.mintlify.app/docs/dashboard/api-keys.md): Create and manage API keys for your SignatureAPI account. - [Common Actions](https://signatureapi-daf4ee54.mintlify.app/docs/dashboard/common-actions.md): Quick answers to frequently asked questions about the SignatureAPI Dashboard. - [Email Inspector](https://signatureapi-daf4ee54.mintlify.app/docs/dashboard/emails.md): Preview and debug emails sent by SignatureAPI to recipients. - [Browse Envelopes](https://signatureapi-daf4ee54.mintlify.app/docs/dashboard/envelopes.md): View, filter, and manage envelopes from the Dashboard. - [General Settings](https://signatureapi-daf4ee54.mintlify.app/docs/dashboard/general-settings.md): Configure default language, time zone, and timestamp format for your SignatureAPI account. - [Upload Permanent Files](https://signatureapi-daf4ee54.mintlify.app/docs/dashboard/library.md): Upload and manage permanent files for use as document sources in envelopes. - [Email Notifications](https://signatureapi-daf4ee54.mintlify.app/docs/dashboard/notification-channels.md) - [Dashboard](https://signatureapi-daf4ee54.mintlify.app/docs/dashboard/overview.md): Manage envelopes, track signing status, configure settings, and view API keys in the SignatureAPI Dashboard. - [Manage Senders](https://signatureapi-daf4ee54.mintlify.app/docs/dashboard/senders.md): Manage verified email addresses that appear in signing request emails. - [Manage Team Members](https://signatureapi-daf4ee54.mintlify.app/docs/dashboard/users.md): Invite team members and assign roles to control access to your SignatureAPI account. - [Manage Webhooks](https://signatureapi-daf4ee54.mintlify.app/docs/dashboard/webhooks.md): Set up webhook endpoints to receive real-time notifications when events happen in your account. - [Ceremony Events](https://signatureapi-daf4ee54.mintlify.app/docs/embedded/ceremony-events.md): Handle signing completion events via JavaScript messages or redirects in embedded ceremonies - [Ceremony Customization](https://signatureapi-daf4ee54.mintlify.app/docs/embedded/customization.md): Customize embedded signing appearance and behavior with URL query parameters - [Introduction](https://signatureapi-daf4ee54.mintlify.app/docs/embedded/introduction.md): Embed the signing interface into your application for a seamless user experience - [Embedding in a React Native Mobile App](https://signatureapi-daf4ee54.mintlify.app/docs/embedded/react-native.md): Add embedded signing to React Native apps using react-native-webview - [Embedding in a Web Application](https://signatureapi-daf4ee54.mintlify.app/docs/embedded/web-app.md): Embed the SignatureAPI signing interface in your web app using an iframe - [Add a document: PDF](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/actions/add-document.md): Adds a pdf document to an envelope. - [Add a document: DOCX](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/actions/add-document-docx.md): Adds a DOCX document to an envelope. - [Add a place: Envelope completed date](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/actions/add-place-envelope-completed-date.md): Adds a envelope completed date place to a document. - [Add a place: Initials](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/actions/add-place-initials.md): Adds an initials place to a document. - [Add a place: Recipient completed date](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/actions/add-place-recipient-completed-date.md): Adds a recipient completed date place to a document. - [Add a place: Signature](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/actions/add-place-signature.md): Adds a signature place to a document. - [Add a place: Text](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/actions/add-place-text.md): Adds a text place to a document. - [Add a place: Text Input](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/actions/add-place-text-input.md): Adds a text input place to a document. - [Add a recipient](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/actions/add-recipient.md): Adds a signer to an envelope. - [Add a template: DOCX](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/actions/add-template.md): Adds a DOCX template to an envelope. - [Add data to template](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/actions/add-template-data.md): Adds data to a template. - [Create a ceremony: Custom authentication](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/actions/create-ceremony-custom.md): Creates a ceremony where the recipient is authenticated externally to SignatureAPI. Use this to obtain a ceremony URL for sharing with recipients. - [Create a ceremony: Email link authentication](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/actions/create-ceremony-email-link.md): Creates a ceremony where the recipient is authenticated via a link sent to their email. - [Create an envelope](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/actions/create-envelope.md): Creates a new envelope to which you can add recipients and documents. - [Get a deliverable](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/actions/get-deliverable.md): Retrieves a deliverable using its ID. Use it to download a signed copy of the envelope. - [Get an envelope](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/actions/get-envelope.md): Retrieves the details of an envelope. - [Get a recipient](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/actions/get-recipient.md): Retrieves recipient details by their ID. - [Start an envelope](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/actions/start-envelope.md): Initiates the signing process for an envelope. - [Wait for envelope](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/actions/wait-envelope.md): Waits for an envelope to reach a completed state or another final status. - [Authentication](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/authentication.md): Set up API key authentication to connect SignatureAPI with Power Automate - [Can I _______ ?](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/can_i.md): Quick answers to common Power Automate questions about signers, templates, and signature positioning - [The Audit Log](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/deliverables/audit-log.md): Tamper-proof PDF containing signed documents and a cryptographically sealed event log - [The deliverable](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/deliverables/deliverable.md): The final PDF containing signed documents and audit log generated after envelope completion - [Verify a Deliverable](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/deliverables/verification.md): Verify deliverable authenticity using Adobe Acrobat Reader's digital signature validation - [The document](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/documents/document.md): PDF or DOCX files within an envelope for signing or informational purposes - [File Sources in Power Automate](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/documents/sources.md): A few Power Automate actions where you can get your documents from - [Templates](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/documents/templates.md): Generate documents programmatically using templates and dynamic data. - [Captures](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/envelopes/captures.md): Access data entered by recipients during signing ceremonies in Power Automate flows - [The envelope](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/envelopes/envelope.md): Container holding documents and recipients that manages the signing workflow - [Language](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/envelopes/language.md): Set the language for signing interfaces and recipient emails in Power Automate flows - [Recipient Routing](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/envelopes/routing.md): Control signing order with sequential or parallel recipient routing in Power Automate - [Timestamp Format](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/envelopes/timestamp-format.md): Customize date and time format displayed in deliverables for Power Automate flows - [Time Zone](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/envelopes/timezone.md): Configure time zones for deliverable timestamps in Power Automate flows - [Topics and Filters](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/envelopes/topics.md): Topics help you organize envelopes and filter triggers. - [Getting Started](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/getting-started.md): Start using the SignatureAPI connector in Power Automate - [Sending Contracts via SMS with Twilio, SharePoint List, SignatureAPI, and Power Automate](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/guides/how-to/ceremony-custom-twilio.md): Send signing links via SMS using Twilio when new SharePoint list items are created - [Embed a Signature Ceremony in Power Pages with SignatureAPI](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/guides/how-to/ceremony-embedded-power-pages.md): Learn how to embed a SignatureAPI signature ceremony directly into a Microsoft Power Pages form using Power Automate. - [Automating Employment Contracts and Storing Data in Microsoft Dataverse with Microsoft Forms, SignatureAPI, and Microsoft Power Automate](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/guides/how-to/envelope-add-row-to-dataverse.md): Automate employment contract signing with form data capture and store employee details in Microsoft Dataverse using SignatureAPI and Power Automate - [Automating Employment Contracts with Microsoft Forms, SignatureAPI, and Microsoft Power Automate](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/guides/how-to/envelope-form-through-microsoft-forms.md): Automate employment contract signing when form submissions are received in Microsoft Forms - [Automating Customer Agreements with Power Apps, SignatureAPI, and Power Automate](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/guides/how-to/envelope-form-through-power-app.md): Build a Power Apps form that triggers automated customer agreement signing workflows using SignatureAPI and Microsoft Power Automate. - [Automating Employment Contracts with SharePoint List, SignatureAPI and Microsoft Power Automate](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/guides/how-to/envelope-new-item-sharepoint-list.md): Trigger contract signing automatically when new items are added to SharePoint lists - [Filter Triggers by Envelope Topic](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/guides/how-to/filter-triggers.md): Limit Power Automate flow triggers to specific envelopes using topic filters - [Notify Your Team of Bounced Emails in Power Automate](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/guides/how-to/handle-errors.md): Set up alerts when signing request emails bounce to prevent onboarding delays - [Filter SignatureAPI Webhook Notifications Using Microsoft Power Automate](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/guides/how-to/how-to-filter-webhooks-notifications.md): Route webhook notifications to specific departments by filtering on envelope topics in Power Automate - [Handle Recipient Bounce Errors with Slack Notifications Using SignatureAPI and Power Automate](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/guides/how-to/how-to-handle-errors.md): Detect recipient email bounces in SignatureAPI and send instant Slack notifications using Microsoft Power Automate - [Save Signed Documents to SharePoint and Notify via Outlook with SignatureAPI and Power Automate](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/guides/how-to/how-to-save-deliverables-sharepoint.md): Automatically save signed documents to SharePoint and send email notifications using SignatureAPI and Microsoft Power Automate - [How to Use Fixed Positions in SignatureAPI with Microsoft Power Automate](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/guides/how-to/how-to-use-fixed-positions.md): Automate document signing with fixed position places using SignatureAPI and Microsoft Power Automate - [Automating Bulk Sales Proposals with Excel, SignatureAPI, and Microsoft Power Automate](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/guides/how-to/multiple-envelopes-excel-bulk.md): Send bulk sales proposals for signature using data from Excel spreadsheets with SignatureAPI and Power Automate. - [Save Signed Documents](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/guides/how-to/save-deliverables.md): Automatically save signed document deliverables to SharePoint or OneDrive - [Automate Contract Signing with SignatureAPI and Microsoft Power Automate](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/guides/intermediate-tutorial.md): This tutorial shows how to streamline contract signatures by integrating SignatureAPI with Microsoft Forms, Power Automate, OneDrive, Dataverse, and Outlook. - [Guides Overview](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/guides/overview.md): Tutorials and how-to guides for building SignatureAPI workflows in Power Automate - [Power Automate Quickstart](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/guides/quickstart.md): Create a consent form from a DOCX template and send it for signature in Power Automate - [Date Places](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/places/date.md): Auto-insert completion dates for recipients or envelopes in Power Automate flows - [Initials Place](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/places/initials.md): Add initials fields to documents in Power Automate using the Add Place action - [The place](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/places/place.md): Define signature fields, input areas, and auto-filled values in Power Automate workflows - [Place positioning](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/places/positioning.md): Position fields using text placeholders or fixed coordinates in Power Automate - [Signature Place](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/places/signature.md): Add signature fields to documents in Power Automate using the Add Place action - [Text Place](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/places/text.md): Insert static text strings at specific document locations in Power Automate flows - [Text Input Place](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/places/text-input.md): Collect information from recipients with text input fields in Power Automate flows - [Quickstart](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/quickstart.md): Build your first SignatureAPI flow in Power Automate in minutes - [Custom Authentication](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/recipients/authentication/custom.md): Authenticate recipients through your own workflow and share signing URLs directly - [Email Link Authentication](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/recipients/authentication/email-link.md): Default authentication method that sends recipients email links to start signing - [Recipient Authentication](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/recipients/authentication/overview.md): Choose between email link or custom authentication methods for signing ceremonies - [The recipient](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/recipients/recipient.md): Signers and other recipients who interact with envelope documents in Power Automate - [Redirect URL](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/recipients/redirect-url.md): Configure where recipients are redirected after completing signing ceremonies - [Triggers](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/triggers.md): Start Power Automate flows when envelopes complete, recipients sign, or emails bounce - [When a deliverable fails](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/triggers/deliverable-failed.md): This event occurs when the generation of a deliverable fails, resulting in a deliverable status of failed. - [When a deliverable is generated](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/triggers/deliverable-generated.md): This event occurs when a deliverable, such as an audit log, is successfully generated. - [When an envelope is canceled](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/triggers/envelope-canceled.md): This event occurs when the signing process has been intentionally stopped before completion, resulting in an envelope status of canceled. - [When an envelope is completed](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/triggers/envelope-completed.md): This event occurs when an envelope status transitions from in_progress to completed, indicating it has been completed by all recipients. - [When an envelope is created](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/triggers/envelope-created.md): This event occurs whenever an envelope is created. - [When an envelope fails](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/triggers/envelope-failed.md): This event occurs when an envelope fails, resulting in an envelope status of failed. - [When an envelope has started](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/triggers/envelope-started.md): This event occurs when an envelope status transitions from processing to in_progress, indicating it is ready to be sent to recipients. - [When a recipient bounces](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/triggers/recipient-bounced.md): This event occurs when an email is undeliverable, either temporarily (soft-bounce) or permanently (hard-bounce). - [When a recipient is completed](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/triggers/recipient-completed.md): This event occurs when a recipient has completed their part of the signing process. - [When a recipient fails](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/triggers/recipient-failed.md): This event occurs when there is a failure related to a recipient, resulting in a recipient status of failed. - [When a recipient rejects](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/triggers/recipient-rejected.md): This event occurs when a recipient rejects the ceremony. - [When a recipient is released](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/triggers/recipient-released.md): This event occurs when a recipient is ready to be sent a request to complete an envelope. - [When a recipient is replaced](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/triggers/recipient-replaced.md): This event occurs when a recipient is replaced with a new one. - [When a recipient is resent](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/triggers/recipient-resent.md): This event occurs when a request is resent to a recipient. - [When a recipient is sent](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/triggers/recipient-sent.md): This event occurs when a request is sent to a recipient. - [Troubleshooting](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/power-automate/troubleshooting.md): Debug failed Power Automate flows and resolve common SignatureAPI integration errors - [SignatureAPI for Zapier](https://signatureapi-daf4ee54.mintlify.app/docs/integrations/zapier/overview.md): Connect SignatureAPI with thousands of apps using the Zapier integration (private preview) - [California CCPA Compliance at SignatureAPI](https://signatureapi-daf4ee54.mintlify.app/docs/trust/compliance/ccpa.md): SignatureAPI complies with California CCPA and CPRA privacy requirements - [GDPR Compliance at SignatureAPI](https://signatureapi-daf4ee54.mintlify.app/docs/trust/compliance/gdpr.md): SignatureAPI complies with EU and UK GDPR requirements for processing personal data - [HIPAA Compliance at SignatureAPI](https://signatureapi-daf4ee54.mintlify.app/docs/trust/compliance/hipaa.md): Configure SignatureAPI for HIPAA-compliant handling of protected health information with BAA support - [SOC 2 Compliance at SignatureAPI](https://signatureapi-daf4ee54.mintlify.app/docs/trust/compliance/soc2.md): SignatureAPI is SOC 2 Type II compliant with independently audited security controls ## OpenAPI Specs - [openapi](https://signatureapi-daf4ee54.mintlify.app/api-reference/openapi.json)