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

# When a recipient rejects

> This event occurs when a recipient rejects the ceremony.

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

### Input

<ParamField path="Topics" type="array of string">
  Use to classify envelopes and filter webhook notifications.
</ParamField>

### Output

<ResponseField name="Event ID" type="string">
  The ID of the event.
</ResponseField>

<ResponseField name="Event Timestamp" type="string">
  The date and time of the event, in ISO 8601 format.
</ResponseField>

<ResponseField name="Event Type" type="string">
  The type of the event.
</ResponseField>

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

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

<ResponseField name="Recipient Type" type="string">
  The type of recipient this event refers to.
</ResponseField>

<ResponseField name="Recipient Key" type="string">
  The key of recipient this event refers to.
</ResponseField>

<ResponseField name="Reason" type="string">
  The recipient's explanation for the rejection.
</ResponseField>
