Create an attachment
create_attachmentsCreate an attachment on a company or one of its projects. Provide exactly ONE of: text (stored as a text/markdown file), content_base64 (base64-encoded binary — content_type is required alongside it), or link (an http(s) URL, e.g. Google Drive/Figma/a web page). file_name is required for text and content_base64. Inline content (text/content_base64) is capped at 4 MB — for larger files, upload to Drive and pass the URL as link instead. project_id is optional: omit it to attach to the company itself rather than to a project. Allowed file types: images, PDF, plain text, CSV, Office documents and zip. Each attachment carries app_url, a deep link to its project's attachments page — null for company-level attachments, which have no dedicated page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes |