> For the complete documentation index, see [llms.txt](https://documentation.proto.cx/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.proto.cx/docs/modules/ai-agents/workflows-and-actions/attachment-received.md).

# Attachment received

`Trigger` — Fires when a person sends an attachment. Can be scoped to a specific file type.

## Fires when

A person sends an attachment — image, video, audio, or other file — during a chat.

## When to use it

To react when a person uploads a file, such as accepting a receipt or supporting document as evidence for a complaint.

## Settings

| Setting             | Description                                                                          |
| ------------------- | ------------------------------------------------------------------------------------ |
| **Attachment type** | The file type that fires the trigger: Image, Video, Audio, or File (any other type). |

Press **Save** to confirm edits.

## Example

```
Attachment received: image
└─ Send message: "Thanks, I've attached this to your complaint."
```

## Related

{% content-ref url="/pages/LELPx8kU6Ag6uPwfTZHQ" %}
[Message received](/docs/modules/ai-agents/workflows-and-actions/message-received.md)
{% endcontent-ref %}

{% content-ref url="/pages/7i1bII1AZjkPGHumOkQY" %}
[Send attachment](/docs/modules/ai-agents/workflows-and-actions/send-attachment.md)
{% endcontent-ref %}
