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

> This event occurs when there is a failure related to a recipient, resulting in a recipient status of failed.

<Frame>
  <img src="https://mintcdn.com/signatureapi-daf4ee54/A2M2EMKFzt1MfKWy/docs/integrations/power-automate/images/triggers/recipient-failed.png?fit=max&auto=format&n=A2M2EMKFzt1MfKWy&q=85&s=8a14902ebb452fc67573df9dede541d9" alt="" width="2880" height="1624" data-path="docs/integrations/power-automate/images/triggers/recipient-failed.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="Detail" type="string">
  Information about the failure.
</ResponseField>
