create_deal_attachment
Attach an externally hosted file to a specific deal by providing its URI, deal ID, and file name.
Instructions
Add an attachment to a deal. (POST /dealAttachments)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | The URI of an **externally** hosted file. | |
| dealId | Yes | The id of the deal you want to add an attachment to. | |
| fileName | Yes | Name of the file. | |
| fileSize | No | Size of the file in bytes. | |
| extraBody | No | Extra raw JSON body fields not explicitly listed above — e.g. custom.* fields when creating/updating people or deals. Keys and values are sent as-is. | |
| extraQuery | No | Extra raw query parameters not explicitly listed above — e.g. FUB custom field filters like custom.ClosingDate on /people or /deals. Keys and values are sent as-is. |