attach_file_from_url
Download a file from a URL and attach it to a Moxie CRM record, such as a client, project, or invoice. Specify the target entity to organize files directly in Moxie.
Instructions
Attach a file to a Moxie record by providing a URL. The file will be downloaded and attached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the file to attach | |
| entityId | No | ID of the specific entity to attach to | |
| fileName | No | Name to give the attached file | |
| clientName | No | Client to attach the file to | |
| entityType | No | Type of entity to attach to (e.g., 'client', 'project', 'invoice') | |
| projectName | No | Project to attach the file to |