Salesforce ClawHub

by byungkyu

Salesforce CRM API integration with managed OAuth. Install only if you need Salesforce CRM administration. Connect with the narrowest Salesforce permissions...

latest
Downloads
17,922
+32 (+0.2%)
Stars
8
DL/day
184.8
Installs
9
Versions
4
Age
97d
Acceleration
-16.5%

Growth Trajectory

Version Releases

VersionDateChangelog
1.0.7 2026-05-09 - Adds CLI and Homebrew installation instructions for Maton CLI, expanding usage options. - Updates API examples and references from Salesforce API version v59.0 to v63.0. - Documents direct CLI commands for common actions (SOQL queries, connections) alongside Python and HTTP examples. - Clarifies connection management and explicit connection selection, now with CLI examples. - Improves authentication instructions by including CLI login/interactive login commands. - No functional/API changes to the underlying integration; documentation update only.
1.0.6 2026-05-03 - Added strong security guidance: treat the API key as secret, rotate if exposed, and revoke unused Salesforce connections promptly. - Updated description and usage to emphasize least-privilege OAuth, sandbox use for risky actions, and always verifying connection ID before requests. - Clarified that only supported/documented endpoint paths should be used. - Instructions now require explicit user confirmation with details before any write or batch operation; added steps to confirm record and intended impact. - Emphasized defaulting to read-only actions and increased caution on all composite/batch operations.
1.0.5 2026-05-02 - Updated all Maton API endpoints from gateway.maton.ai and ctrl.maton.ai to api.maton.ai for consistency. - Clarified instructions for specifying a Salesforce connection via the Maton-Connection header, emphasizing its use when multiple connections exist. - Added a new "Security & Permissions" section requiring explicit user approval before any write operations (create, update, delete). - Removed LICENSE.txt file.