# Attachments

Upload files (images, PDFs, documents) to your team's attachment storage. Uploaded attachments can be referenced by UUID when sending LinkedIn messages or emails via the `attachments` field in the request body.


## List attachments

 - [GET /flows/api/attachments](https://api.grinfi.io/openapi/attachments/listattachments.md): List files uploaded to your team's attachment storage. Attachments can be referenced by UUID when sending LinkedIn messages, emails, or from automation message nodes.

## Upload an attachment

 - [POST /flows/api/attachments](https://api.grinfi.io/openapi/attachments/uploadattachment.md): Upload a file (image, PDF, document) to attachment storage. Use multipart/form-data. Returns an attachment UUID that can be used in attachments: [{ "uuid": "..." }] when sending LinkedIn messages or emails. Supported types include images (JPG, PNG, GIF), documents (PDF, DOCX), and other common formats.

## Get an attachment

 - [GET /flows/api/attachments/{uuid}](https://api.grinfi.io/openapi/attachments/getattachment.md)

## Delete an attachment

 - [DELETE /flows/api/attachments/{uuid}](https://api.grinfi.io/openapi/attachments/deleteattachment.md)

