> ## 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.

# Wait for envelope

> Waits for an envelope to reach a completed state or another final status.

<Frame>
  <img src="https://mintcdn.com/signatureapi-daf4ee54/5kf_xnmgDccjHgkV/docs/integrations/power-automate/images/actions/wait-envelope.png?fit=max&auto=format&n=5kf_xnmgDccjHgkV&q=85&s=a11375f0d0ced12cab8cf5b3f5a44f91" alt="" width="2880" height="1624" data-path="docs/integrations/power-automate/images/actions/wait-envelope.png" />
</Frame>

### Input

<ParamField path="Envelope ID" type="string" required={true}>
  The ID of the envelope.
</ParamField>

### Output

<ResponseField name="Envelope Title" type="string">
  The title of the envelope. This may be shown to recipients.
</ResponseField>

<ResponseField name="Envelope Message" type="string">
  A message to include in emails to recipients.
</ResponseField>

<ResponseField name="Sender Name" type="string">
  The email address of the sender of the envelope. This overrides the account default sender email.
</ResponseField>

<ResponseField name="Sender Email" type="string">
  The name of the sender of the envelope. This overrides the account default sender name.
</ResponseField>

<ResponseField name="Envelope Status" type="string">
  The [current status](/docs/integrations/power-automate/envelopes/envelope#lifecycle) of the envelope.

  Available options: `draft`, `processing`, `in_progress`, `completed`, `failed`, `canceled`.
</ResponseField>

<ResponseField name="Deliverable ID" type="string">
  The ID of the deliverable.

  If the deliverable is not generated, this value will be null. Make sure the deliverable is generated by adding a [Wait for envelope](/docs/integrations/power-automate/actions/wait-envelope) action before this action.
</ResponseField>

<ResponseField name="Envelope ID" type="string">
  The ID of the envelope.
</ResponseField>

<ResponseField name="Completed At" type="string">
  Time at which the envelope was completed by all recipients, in ISO 8601 format.
</ResponseField>

<ResponseField name="Envelope Mode" type="string">
  Whether the envelope is in `live` or `test` mode. Test mode envelopes are non-binding and not billed.
</ResponseField>

<ResponseField name="Envelope Attestation" type="string">
  Regulatory or compliance attestation.
</ResponseField>

<ResponseField name="Envelope Topic Item" type="string">
  Use to classify envelopes and filter webhook notifications.
</ResponseField>

<ResponseField name="Envelope Label" type="string">
  Custom label given to the envelope for easier identification. Labels are for internal use and are not shown to recipients.
</ResponseField>

<ResponseField name="Envelope Routing" type="string">
  The order in which recipients sign the envelope. It can be `parallel`, where all recipients can sign simultaneously, or `sequential`, where recipients sign one after another.
</ResponseField>

<ResponseField name="Time Zone" type="string">
  The time zone to be used for timestamps in deliverables.
</ResponseField>

<ResponseField name="Timestamp Format" type="string">
  The date and time format to be used in timestamps for deliverables.
</ResponseField>
