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

# Create an envelope

> Creates a new envelope to which you can add recipients and documents.

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

### Input

<ParamField path="Envelope Title" type="string" required={true}>
  The title of this envelope. This may be shown to recipients.
</ParamField>

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

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

<ParamField path="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.
</ParamField>

<ParamField path="Language" type="string">
  The default language to be used in the signing ceremony and deliverables. If not specified, the account's default language is used.

  [Learn more about languages](/docs/integrations/power-automate/envelopes/language).
</ParamField>

<ParamField path="Time Zone" type="string">
  The time zone to be used for timestamps in deliverables. The names should be the timezone identifiers in the IANA Time Zone Database. If not specified, the account's default timezone offset is used.

  [Learn more about time zones](/docs/integrations/power-automate/envelopes/timezone).
</ParamField>

<ParamField path="Timestamp Format" type="string">
  The date and time format to be used in timestamps for deliverables. If not specified, the account's default timestamp format is used.

  [Learn more about time zones](/docs/integrations/power-automate/envelopes/timestamp-format).
</ParamField>

<ParamField path="Sender Name" type="string">
  The name of the sender. This overrides the account default sender name.
</ParamField>

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

<ParamField path="Extra Properties" type="string">
  Extra properties for extensibility.
</ParamField>

<ParamField path="Envelope Mode" type="string">
  Envelope mode can be either `live` or `test`. In test mode, envelopes are non-binding, free, and do not send real emails. You can view these emails in the dashboard.
</ParamField>

<ParamField path="Envelope Attestation" type="string">
  Specifies the regulatory or compliance attestation applied to a completed envelope. Attestations are optional and used to ensure adherence to specific legal or regulatory standards. It can be `none` or `mx_nom151`.

  * mx\_nom151: To comply with Mexican NOM-151, which governs the preservation of data integrity, a *Constancia de Conservación* is generated for the Deliverable.
</ParamField>

<ParamField path="Envelope Topics" type="array of string">
  Use to classify envelopes and filter webhook notifications.
</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 name of the sender of the envelope. This overrides the account default sender name.
</ResponseField>

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

<ResponseField name="Envelope ID" type="string">
  The ID of the envelope.
</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>
