kaanaksoy - I have a generic question 🙂I’m t...
I have a generic question 🙂
I’m thinking of using Buildship as the backend. Users would need to log in to use the app, and also give us access to their Gmail, Calendar, and other Google services.
Is it possible to set this up in Buildship—where users sign in first, then connect their Google account so we can do things like send emails or create calendar events for them?
6 Replies
Hi @kaanaksoy currently Google Authentication service on BuildShip is for individual use-cases, we'll extend this to allow multiple users in near future.
Thank you Gaurav. What about other integrations you have? For instance whatsapp hubspot etc? (They api key based)
For integrations that do not use OAuth, you can use, yes key key-based will work after modifying them to use the api key as a node field, which you can then get from the user's authorization header
Thank you. So integrations based on oAuth do not allow multiple users meaning we can not launch a service that needs to access to those services. Is this correct?
only for OAuth-based integrations
Thank you