> ## Documentation Index
> Fetch the complete documentation index at: https://signatureapi-daf4ee54.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Triggers

> Start Power Automate flows when envelopes complete, recipients sign, or emails bounce

A **trigger** is an event that starts a flow. In Power Automate, you can use triggers to start a flow when something happens in an envelope, a recipient, or a deliverable.

For example, you can start a flow when a deliverable (the signed document) is generated, or when an email to a recipient bounces.

## Filtering Triggers

You can filter triggers using **topics**. This allows you to limit events to only the envelopes you're interested in. Learn more in [Topics](/docs/integrations/power-automate/envelopes/topics).

## Most Used Triggers

SignatureAPI offers [a full set of triggers](#all-triggers) to help you automate your workflows. Below are some of the most commonly used ones:

### When a deliverable is generated

Most electronic signature workflows use two flows:

1. A flow that creates an envelope, usually triggered by an event in another app (for example, when a new customer is added to a CRM).
2. A second flow that runs when the envelope is completed. It retrieves the deliverable (the signed document) and uses it, such as storing it in a document repository or sending it to a supervisor.

For the second flow, use the **When a deliverable is generated** trigger. This trigger runs when the envelope is completed and the deliverable PDF is created. You can then retrieve the PDF and use it in your flow.

<Card title="When a deliverable is generated" href="/docs/integrations/power-automate/triggers/deliverable-generated" icon="circle-check" color="#16a34a" horizontal="true">
  Triggered when a deliverable, such as an audit log, is successfully generated.
</Card>

### When a recipient is completed

The **When a recipient is completed** trigger runs when a recipient finishes their part of the signing process.

You can use it to start a flow that sends a notification or updates another system (such as a SharePoint list).

<Card title="When a recipient is completed" href="/docs/integrations/power-automate/triggers/recipient-completed" icon="circle-check" color="#16a34a" horizontal="true">
  Triggered when a recipient completes their part of the signing process.
</Card>

## All Triggers

### Envelope Triggers

<CardGroup cols={1}>
  <Card title="When an envelope is created" href="/docs/integrations/power-automate/triggers/envelope-created" icon="circle-check" color="#16a34a" horizontal="true">
    Triggered when an envelope is created.
  </Card>

  <Card title="When an envelope has started" href="/docs/integrations/power-automate/triggers/envelope-started" icon="circle-check" color="#16a34a" horizontal="true">
    Triggered when an envelope status changes from **processing** to **in\_progress**, indicating it is ready to be sent to recipients.
  </Card>

  <Card title="When an envelope is completed" href="/docs/integrations/power-automate/triggers/envelope-completed" icon="circle-check" color="#16a34a" horizontal="true">
    Triggered when an envelope status changes from **in\_progress** to **completed**, indicating it has been completed by all recipients.
  </Card>

  <Card title="When an envelope is canceled" href="/docs/integrations/power-automate/triggers/envelope-canceled" icon="triangle-exclamation" color="#f59e0b" horizontal="true">
    Triggered when the signing process is intentionally stopped before completion, resulting in an envelope status of **canceled**.
  </Card>

  <Card title="When an envelope fails" href="/docs/integrations/power-automate/triggers/envelope-failed" icon="triangle-exclamation" color="#f59e0b" horizontal="true">
    Triggered when an envelope fails, resulting in an envelope status of **failed**.
  </Card>
</CardGroup>

### Recipient Triggers

<CardGroup cols={1}>
  <Card title="When a recipient is released" href="/docs/integrations/power-automate/triggers/recipient-released" icon="circle-check" color="#16a34a" horizontal="true">
    Triggered when a recipient is ready to be sent a request to complete an envelope.
  </Card>

  <Card title="When a recipient is sent" href="/docs/integrations/power-automate/triggers/recipient-sent" icon="circle-check" color="#16a34a" horizontal="true">
    Triggered when a request is sent to a recipient.
  </Card>

  <Card title="When a recipient is completed" href="/docs/integrations/power-automate/triggers/recipient-completed" icon="circle-check" color="#16a34a" horizontal="true">
    Triggered when a recipient completes their part of the signing process.
  </Card>

  <Card title="When a recipient is replaced" href="/docs/integrations/power-automate/triggers/recipient-replaced" icon="circle-check" color="#16a34a" horizontal="true">
    Triggered when a recipient is replaced with a new one.
  </Card>

  <Card title="When a recipient is resent" href="/docs/integrations/power-automate/triggers/recipient-resent" icon="circle-check" color="#16a34a" horizontal="true">
    Triggered when a request is resent to a recipient.
  </Card>

  <Card title="When a recipient bounces" href="/docs/integrations/power-automate/triggers/recipient-bounced" icon="triangle-exclamation" color="#f59e0b" horizontal="true">
    Triggered when a request email to a recipient is undeliverable, either temporarily (soft bounce) or permanently (hard bounce).
  </Card>

  <Card title="When a recipient fails" href="/docs/integrations/power-automate/triggers/recipient-failed" icon="triangle-exclamation" color="#f59e0b" horizontal="true">
    Triggered when there is a failure related to a recipient, resulting in a recipient status of **failed**.
  </Card>

  <Card title="When a recipient rejects" href="/docs/integrations/power-automate/triggers/recipient-rejected" icon="triangle-exclamation" color="#f59e0b" horizontal="true">
    Triggered when a recipient rejects completing (for example, signing) the envelope.
  </Card>
</CardGroup>

### Deliverable Triggers

<CardGroup cols={1}>
  <Card title="When a deliverable is generated" href="/docs/integrations/power-automate/triggers/deliverable-generated" icon="circle-check" color="#16a34a" horizontal="true">
    Triggered when a deliverable, such as an audit log, is successfully generated.
  </Card>

  <Card title="When a deliverable fails" href="/docs/integrations/power-automate/triggers/deliverable-failed" icon="triangle-exclamation" color="#f59e0b" horizontal="true">
    Triggered when the generation of a deliverable fails, resulting in a deliverable status of **failed**.
  </Card>
</CardGroup>

## Troubleshooting
