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

# Add a recipient

> Adds a signer to an envelope.

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

### Input

<ParamField path="Recipient Name" type="string" required={true}>
  The name of the recipient.
</ParamField>

<ParamField path="Recipient Email" type="string" required={true}>
  The email address of the recipient.
</ParamField>

<ParamField path="Recipient Key" type="string" required={true}>
  A user-provided key that identifies a recipient within an envelope.

  It must be up to 32 alphanumeric, lowercase characters and must start with a letter. For example: `buyer`, `employee`, `party2` are valid recipient keys.
</ParamField>

<ParamField path="Envelope ID" type="string" required={true}>
  The ID of the envelope to which the recipient will be added.
</ParamField>

<ParamField path="Recipient Ceremony Creation" type="string">
  How the ceremonies for a recipient are created. It can be `automatic`, where the recipient will be created the ceremony immediately and send via email, or `manual`, where the recipient will be created but the ceremony will be created later.
</ParamField>

<ParamField path="Recipient Delivery Type" type="string">
  How the deliverable is sent to the recipient. It can be `email`, where the recipient will receive an email with the deliverable, or `none`, where the recipient will not receive the deliverable.
</ParamField>

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

### Output

<ResponseField name="Recipient Name" type="string">
  The name of the recipient.
</ResponseField>

<ResponseField name="Recipient Email" type="string">
  The email address of the recipient.
</ResponseField>

<ResponseField name="Recipient Key" type="string">
  A user-provided key that identifies a recipient within an envelope.
</ResponseField>

<ResponseField name="Recipient ID" type="string">
  The ID of the recipient.
</ResponseField>

<ResponseField name="Recipient Ceremony Creation" type="string">
  How the ceremonies for a recipient are created.
</ResponseField>

<ResponseField name="Recipient Delivery Type" type="string">
  How the deliverable is sent to the recipient.
</ResponseField>
