Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Annotate supported fields for each Connectors #658

Open
2 tasks
rflihxyz opened this issue Aug 12, 2024 · 0 comments
Open
2 tasks

feat: Annotate supported fields for each Connectors #658

rflihxyz opened this issue Aug 12, 2024 · 0 comments
Assignees
Labels
backend Core-Team Sensitive issues that are not open to public documentation Improvements or additions to documentation

Comments

@rflihxyz
Copy link
Contributor

  • 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"]
  }
}
@rflihxyz rflihxyz added backend Core-Team Sensitive issues that are not open to public labels Aug 12, 2024
@rflihxyz rflihxyz added this to Product Aug 12, 2024
@rflihxyz rflihxyz moved this to 🏗 Planned in Product Aug 12, 2024
@rflihxyz rflihxyz added the documentation Improvements or additions to documentation label Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Core-Team Sensitive issues that are not open to public documentation Improvements or additions to documentation
Projects
Status: 🏗 Planned
Development

No branches or pull requests

2 participants