---
title: "Power Automate connector"
url: "https://docs.signnow.com/docs/power-automate-signnow-overview"
type: "page"
section: "Integrations"
slug: "power-automate-signnow-overview"
---

# Power Automate connector

# Overview

# SignNow connector for Microsoft Power Automate

Start building your automation with the SignNow eSignature connector. Use it to send documents for signature, track signing status, replace recipients, and more – all triggered by the events you choose.

Common scenarios include:

- Create an **embedded signing link** so recipients can sign documents directly within your app.
- Generate an **embedded sending link** to let others prepare and send documents for signature.
- **Update recipients** or signing order in an existing invite.
- **Track document status** and see who has signed or is pending.
- **Pre-fill document fields** to save time for recipients.
- **Send multiple files as a document group** for signing in a single workflow.
- **Download signed documents** automatically after completion.

## **Prerequisites**

1. A Microsoft 365 account with access to Power Automate.
2. A SignNow account on the US server with an active Site License or an API subscription plan (including free trial).
3. Basic knowledge of building flows in the Power Automate app.

## Authentication

The SignNow connector uses **OAuth 2.0** authentication.

When you add the connector to your flow, you’ll be prompted to:

1. Enter your **SignNow account credentials**.
2. Grant Power Automate permission to access your SignNow data.

Once connected, you can reuse the same connection across flows.

## Connect SignNow to Power Automate

Once you are in Power Automate, select **Connections > + New connection** from the left panel. Then search for *signnow* in the search field.

![sn_pa_connections.png](/reference-assets/images/Power%20Automate/sn_pa_connections.png)

Select the SignNow connector and click **Create**. 

Sign in using your account credentials.

## Create a flow

Let's create a first flow in Power Automate.

Click **Create** in the left panel and select the way you would like to create a flow:
- Start from blank
- Start from a template
- Start from a connector

Under **Start from blank**, you’ll see several options. The three most common ones are:

- **Automated cloud flow** → runs when a specific trigger happens (e.g., “When an item is created in SharePoint”).
- **Instant cloud flow** → runs manually (e.g., you click a button).
- **Scheduled cloud flow** → runs on a schedule.

Let's select **Start from blank** > **Instant cloud flow** to create a custom flow from scratch and run it manually.

Name your flow and choose how to trigger it. Click **Create**.

![sn_pa_flow_creation.png](/reference-assets/images/Power%20Automate/sn_pa_flow_creation.png)

On the flow page, hover over the plus sign **(+)** and click it to add an action to the flow.

> You must log into your SignNow account to use the action.

Enter *signnow* in the search bar to view the available list of actions.

Select the action to add it to the flow.

Configure the action.
- Add the required and optional parameters.
- Set up settings.
- Select the **Code view** tab to check the request JSON.
- Select the **Testing** tab to view the testing options.

## SignNow connector actions

An **action** is what you want to happen after your flow is triggered.

Each action may require certain inputs to run correctly. These inputs can come from the trigger or from actions you added earlier in the flow.

When the action runs, it produces an output, which could be a document, a value, or any data you can use in the next steps of your flow.

The following actions are available:

| Action | Description |
|--------|-------------|
| [Create document embedded invite](/docs/power-automate-signnow-embedded-signing-actions#create-document-embedded-invite)| Creates an embedded signing invite for a document. Once created, generate an embedded signing link |
| [Generate document embedded invite link](/docs/power-automate-signnow-embedded-signing-actions#generate-document-embedded-invite-link) | Generates a link for the document embedded invite |
| [Delete document embedded invite](/docs/power-automate-signnow-embedded-signing-actions#delete-document-embedded-invite) | Deletes an embedded invite for a document |
| [Create document embedded sending link](/docs/power-automate-signnow-embedded-sending-actions#create-document-embedded-sending-link) | Generates an embedded sending link for a specific document, allowing third-party users to prepare and send the document for signature |
| [Invite to sign document](/docs/power-automate-signnow-invite-actions#invite-to-sign-a-document) | Creates and sends a field invite for a document to be signed |
| [Get document invite status](/docs/power-automate-signnow-invite-actions#get-document-invite-status) | Retrieves information about a document invite, including the status of each step and action |
| [Replace recipients in document invite](/docs/power-automate-signnow-invite-actions#replace-recipients-in-document-invite) | Replaces recipients in a document invite based on their roles. Can update invite settings such as authentication type, expiration days, and other advanced parameters |
| [Create document group from multiple files](/docs/power-automate-signnow-document-group-actions#create-document-group-from-multiple-files) | Creates a document group by uploading multiple files as base64-encoded strings |
| [Create document group embedded invite](/docs/power-automate-signnow-embedded-signing-actions#create-document-group-embedded-invite) | Creates an embedded signing invite for a document group. Once created, generate an embedded signing link |
| [Generate document group embedded invite link](/docs/power-automate-signnow-embedded-signing-actions#generate-document-group-embedded-invite-link) | Generates a link for the document group embedded invite |
| [Delete document group embedded invite](/docs/power-automate-signnow-embedded-signing-actions#delete-document-group-embedded-invite) | Deletes an embedded invite for a specific document group |
| [Create document group embedded sending link](/docs/power-automate-signnow-embedded-sending-actions#create-document-group-embedded-sending-link) | Generates an embedded sending link for a specific document group, allowing third-party users to prepare and send the document group for signature |
| [Invite to sign document group](/docs/power-automate-signnow-invite-actions#invite-to-sign-a-document-group) | Creates an invite for signing a document group. Supports multistep workflows where different recipients act on the document group at different stages |
| [Get document group invite status](/docs/power-automate-signnow-invite-actions#get-document-group-invite-status) | Retrieves information about a document group invite, including the status of each step and action |
| [Replace recipients in document group invite](/docs/power-automate-signnow-invite-actions#replace-recipients-in-document-group-invite) | Replaces recipients in a document group invite by its invite ID. Can update invite expiration, reminders, reassign permissions, and decline options for each document |


---
*Full page: https://docs.signnow.com/docs/power-automate-signnow-overview*
