Skip to main content
Use attachments when a chat message needs an image, PDF, receipt, or other file.

Upload Attachments

The request must be multipart/form-data.

Example

Upload up to 5 files per request. Each file can be up to 25 MB.

Response

Store the returned id and s3Key so the uploaded asset can be associated with the relevant Connect360 workflow.

Download A Private Attachment

Use the s3Key returned by the upload response.
The API key must belong to the same workspace as the file.

Permissions

Upload requires:
Download requires either:
or:

Notes

  • File names are normalized before upload.
  • Uploaded files are stored in a Connect360 folder in Drive.
  • The returned URL may point to a private asset route. Keep the API key on the server when fetching private files.