v1.0.7
- Removed the file skill-card.md.
- No other changes to functionality or usage.
v1.0.6
- Added Maton CLI command examples throughout (for contacts, companies, deals, associations, and connection management).
- New installation instructions for Maton CLI via NPM and Homebrew.
- Expanded authentication section with CLI login flow.
- Each API resource section now includes a corresponding Maton CLI usage example.
- Clarified specifying connections via CLI and Python.
- No functional API changes; documentation improvements only.
v1.0.5
- Switched all API endpoint URLs from `gateway.maton.ai` and `ctrl.maton.ai` to `api.maton.ai` for consistency.
- Updated code examples and connection management instructions to use the new `api.maton.ai` URLs.
- Clarified usage of the `Maton-Connection` header: now required if you have multiple HubSpot connections.
- Added a security notice: all write operations (create, update, delete) require explicit user approval.
- Simplified and realigned documentation to match the latest Maton API proxy changes.
- Removed the LICENSE.txt file.
v1.0.4
- Added metadata field for Clawdbot integration, including required environment variable MATON_API_KEY.
- No other user-facing changes or functionality updates.
v1.0.3
No changes detected in this version.
- Version 1.0.3 includes no file changes or updates.
v1.0.2
- Added a reference to the api-gateway skill in the description for use with other third-party apps.
- Updated all shell (curl) code examples to Python equivalents using `urllib.request` for connection management and API usage.
- Improved documentation for setting and using the API key as an environment variable.
- No changes to the core functionality or API endpoints.
v1.0.1
- Updated the base URL section for clarity: now specifies `{native-api-path}` and clarifies proxying to HubSpot endpoints.
- Expanded "Get Connection" sample response with new fields (`creation_time`, `last_updated_time`, `metadata`).
- Clarified instructions for choosing between multiple HubSpot connections, including default selection behavior.
- Improved description of the API key acquisition process.
- Made minor improvements to headings and explanatory text for better usability and accuracy.
v1.0.0
Initial release with Maton-managed OAuth and HubSpot CRM integration
- Provide API access to HubSpot CRM via the Maton gateway using managed OAuth (no manual token setup).
- Support for managing contacts, companies, and deals with create, read, update, delete, and search operations.
- Association and batch operations supported through documented endpoints.
- Allows multiple HubSpot account connections; select via `Maton-Connection` header.
- Comprehensive setup instructions, including connection management through the Maton control panel.
- Includes detailed cURL request examples and API field/operator references.