bel-insert-file-to-crm-and-link-it

Community

Upload files to CRM and link to entities.

Authorbennoloeffler
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Streamlines inserting files into the CRM database and linking them to companies, people, events, or opportunities with proper encoding and metadata.

Core Features & Use Cases

  • Base64 encoding & hashing: ensures data integrity and safe storage.
  • MIME detection & file_type classification: ensures correct handling.
  • SQL generation: inserts the file record and links to CRM entities.

Quick Start

python3 scripts/insert_file_to_crm.py <file_path> --company-id 1 [--description "Contract" --tags "contract,signed"]

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: bel-insert-file-to-crm-and-link-it
Download link: https://github.com/bennoloeffler/bassi/archive/main.zip#bel-insert-file-to-crm-and-link-it

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository