DownloadFile
Downloads a file that is attached to a specific CRM record.
Input
| Name | Type | Description |
| ModuleName | String | API name of the module containing the record with the attachment. |
| RecordID | String | Unique identifier of the record from which the attachment is downloaded. |
| AttachmentID | String | Unique identifier of the attachment to be downloaded. |
| DownloadPath | String | File path where the downloaded attachment is saved. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the file download was successful. |
| Content | String | Base64-encoded content of the downloaded file, returned if the download path is not specified. |