pipedrive_files_upload
Upload a base64-encoded file and attach it to a Pipedrive entity such as a deal, person, or organization.
Instructions
Upload a base64-encoded file and attach to an entity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_name | Yes | File name with extension | |
| content_base64 | Yes | File content as base64-encoded string | |
| deal_id | No | ||
| person_id | No | ||
| org_id | No | ||
| product_id | No | ||
| activity_id | No | ||
| lead_id | No | ||
| mime_type | No |