Open elie222 opened 2 months ago
Worth researching projects like: https://nango.dev There are a few of these around. Don't want to recreate the wheel here. And it can be a tonne of work to support endless integrations.
There are a lot of others. Some mentioned here: https://www.reddit.com/r/ExperiencedDevs/comments/1c5jdvi/has_anyone_used_unified_api_solutions/
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.