For the complete documentation index, see llms.txt. This page is also available as Markdown.

Send file

Send a file to the chat.

Action — Each sent file uses one interaction.

What it does

Sends a predefined media or document attachment to the chat.

When to use it

To share a file — a complaint form, a guidance document, or an image — as part of the scripted flow.

Settings

Setting
Description

File format

The format for the filetype: Image (jpg/jpeg, png, gif), Audio (mp3, m4a, wav), Video (mp4, avi, mov), or Document (pdf, csv, doc/docx, xls/xlsx, ppt/pptx).

Source

How to supply the file: Upload file — upload a supported filetype from your device. File link — a valid URL to a hosted file. Chat script — a Python expression using Proto's chat script pattern.

Press Save to confirm edits.

Send attachmentSend message

Last updated