Skip to content
This repository was archived by the owner on Oct 26, 2025. It is now read-only.
This repository was archived by the owner on Oct 26, 2025. It is now read-only.

feat: Annotate supported fields for each Connectors #658

Description

@rflihxyz
  • At the object level, for each connector, list supported actions, and supported / required fields for each action.
  • Automate import into documentation, directly into each endpoint

For example, for CRM > Contact > Hubspot

{
  "available_actions": ["create", "list"],
  "actions": {
    "create": ["first_name", "last_name", "email_address", "phone_number"],
    "retrieve": ["first_name", "last_name", "email_address", "phone_number"]
  }
}

Metadata

Metadata

Labels

Core-TeamSensitive issues that are not open to publicbackenddocumentationImprovements or additions to documentation

Type

No type
No fields configured for issues without a type.

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions