Blog·Engineering2026-01-19

eSignature Alternatives for SharePoint and Power Automate

Verdocs Team

Three things decide whether you can replace a signing vendor inside Microsoft 365: whether the replacement reads documents straight out of SharePoint, whether it runs as a step in an existing Power Automate flow, and what happens to the flows you already built.

Most alternatives comparisons answer none of those. They compare signing features, which both vendors have, and leave the integration surface as a logo on a page.

Can a signing platform read a document out of SharePoint?

This is the question that decides the others, because it determines whether your documents have to move.

Verdocs exposes POST /v2/templates/from-sharepoint, which builds a signable template from an asset already sitting in SharePoint. It takes the site ID, the item ID, and an On-Behalf-Of token: a short-lived credential carrying at least read access to that item, which is discarded once the call completes.

Two things there are worth drawing out. The file is not copied into a separate library first, and the On-Behalf-Of model means your existing permissions remain the authority on who can reach what. A vendor that needs the document uploaded somewhere else has quietly moved the record outside the system your retention policy covers, which is a governance problem rather than an inconvenience.

The question to put to any vendor: can you create a signable document from a SharePoint item ID, and whose credentials perform the read?

What does the Power Automate connector actually do?

Verdocs is available in Microsoft Marketplace as a Power Platform connector set covering three surfaces:

  • Power Automate. Premium connectors create signing sessions as steps in a flow, and call or retrieve templates part-way through a process.
  • Power Apps. A custom component posts data from your app into a template, which then routes for signature.
  • Power Pages. Document generation and signing that starts from a data-centric Power Pages site.

There is a separate Teams app, and it is worth understanding what it is for. It carries the operations rather than the signing: a dashboard of incoming and outgoing signatures including completions and cancellations, template picking for standardized or high-volume sending, and administration for your profile, your organization, tenant members, and API keys.

One thing to settle inside your own tenant before committing: those Power Automate connectors are premium connectors, and what that requires of your Power Platform licensing depends on your agreement rather than on ours. Ask, and get the answer in writing. It is the single line in this comparison that can move the arithmetic, and we would rather point at it than let you find it in month two.

The integrations page covers what each listing includes and what turning them on requires.

What breaks when you swap vendors mid-flow?

Three things, and the signing step is not one of them.

The flows. Every flow calling the old connector needs its action swapped and its outputs remapped, because no two vendors return the same shape. This is the real cost of switching inside Power Platform and it scales with how many flows you have, not with how big the contracts are. Count them before you estimate anything.

The templates. Ask whether templates are portable or get rebuilt by hand. A library of thirty templates with fields already placed is a meaningful piece of work to recreate, and it is the part that tends to be discovered late.

The envelopes already in flight. Anything mid-signature when you cut over has to finish somewhere. The workable answer is that in-flight documents complete on the old vendor while new ones start on the new one, so there is no day where signing is unavailable. Confirm that is possible rather than assuming it.

None of these are reasons not to switch. They are the questions that separate a viable alternative from one that looks equivalent on a feature grid. Ask them during evaluation, when a vendor is motivated to answer, rather than during migration, when they are not.

Does the signing screen still look like yours?

Inside Power Pages or a Power App, this matters more than it does elsewhere, because the surrounding page is yours and a vendor-branded frame in the middle of it is conspicuous.

Verdocs ships 75+ web components rather than iframes, and they render in your own light DOM, so your stylesheets reach every element. The practical test is whether you can change something structural rather than recolor a button. In an iframe model the signing surface loads the vendor's stylesheet and DOM, and no amount of API surface changes what you are allowed to restyle inside it.

For a platform reselling signing, white-labeling also reaches the tenant level, so each customer gets its own logo, colors, domain, and email sender. API-first eSignature goes through the component question in more depth.

Where does the evidence end up?

A flow that fires and forgets is fine until somebody asks what happened.

Every completed document carries a PKI digital signature, a tamper-evident seal, a signed certificate recording when and where each party signed and by whom, and a full event history including opens, declines, and the authentication each signer cleared. Documents are encrypted at rest with 2048-bit RSA keys held in Hardware Security Modules. Verdocs is SOC 2 Type I attested, with the report available on request under a mutual NDA, and HIPAA compliant.

The part that matters for a Power Automate build specifically: that package returns through the API, so your flow can write it wherever your records live. Evidence that exists only in a vendor's portal is evidence you cannot put into a SharePoint library or a case record, which defeats most of the reason for automating the flow.

What does it cost next to what you have now?

Both marketplace listings are free to install. Signing is priced on envelopes: pre-paid packs from $1,500 a year, volume rates scaling to $0.20 per envelope on enterprise agreements, no per-seat fees, unlimited users and templates on every plan.

The comparison worth running is not list price against list price. It is your current per-seat bill against your actual envelope volume, because per-seat pricing charges you for every person with access whether or not they send anything, and in a Microsoft tenant that number tends to be everybody. Identity add-ons such as knowledge-based authentication and ID scan are priced per transaction, so higher assurance costs money only on the documents that need it.

What to ask before you switch

  1. Can you create a signable document from an item ID in place? And whose credentials does the read use.
  2. How many of my flows call the old connector? This is your migration estimate, and it is yours to count rather than the vendor's to guess.
  3. Are the connectors premium, and what does that require of my licensing? In writing.
  4. Are templates portable, or rebuilt?
  5. Can in-flight envelopes finish on the old system while new ones start on the new one?
  6. Does the evidence package return through the API? Certificate, seal, and event history, into your own records rather than a portal.

Where this leaves you

If signing is already a step in flows you built, the decision is not really about signing. It is about how much of your Power Platform work has to be redone, and whether the replacement can reach documents where they already sit.

You can settle most of it in an afternoon with a free sandbox: get a key, point that endpoint at a real item, and rebuild one flow. If that works, the rest is volume. If you want to walk through it with someone, get in touch and we will go through the flows you actually have, including the cases where staying put is the better answer.

See it in your own product.

Paste your URL and watch signing render in your brand. No credit card, no sales call.

The newsletter form is in the footer. Back to the blog