keap_upload_file
Upload files to Keap and associate them with contacts. Supports base64-encoded data, optional public access.
Instructions
Upload a file to Keap
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_data | Yes | Base64 encoded file data | |
| file_name | Yes | Name of the file | |
| is_public | No | Make file publicly accessible | |
| contact_id | No | Associate with contact ID |