4 ms·
Thank you! That's a good idea. I have fields for user_id and organization_id that I omitted. What would you rename type to? Now here's what I'm thinking id:
by babbledabbler 3y ago
Thank you! That's a good idea. I have fields for user_id and organization_id that I omitted.
What would you rename type to?
Now here's what I'm thinking
id: uuid | name: string (ex 'Google', 'Microsoft') | type: string (ex 'calendar','task-management'')| properties: jsonb
- Manoj58 3y agoWe just launched Poozle (https://github.com/poozlehq/engine https://github.com/poozlehq/engine) which manages Oauth for different integrations and also provide unified data model. Would love to get your feedback on the same.
- babbledabbler 3y agoThanks! This has potential. I'll play around with this when I have some time.