-
Notifications
You must be signed in to change notification settings - Fork 315
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
Support Third Party Integrations #228
Comments
Worth researching projects like: https://nango.dev |
There are a lot of others. Some mentioned here:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
To enhance the functionality and user experience of Inbox Zero, we aim to implement support for various third-party integrations. This will allow users to seamlessly connect Inbox Zero with other productivity tools they use daily, creating a more comprehensive and efficient workflow.
Objectives
Proposed Integrations
Implementation Strategy
integrations
package that defines common interfaces and types for all integrationsIntegration Usage with AI Assistant
The AI assistant will use integrations as follows:
The integration packages should provide:
General Guidelines for Contributors
integrations
packagepackages/integrations/
directorypackages/integrations/[service-name]
(e.g.,packages/integrations/notion
)package.json
,README.md
, and appropriate TypeScript configurationPackage Structure
Next Steps
integrations
package with the common interfacePlease refer to the sub-issues for specific tasks related to each integration.
The text was updated successfully, but these errors were encountered: