peabiteve
peabiteve4mo ago

transcribe to notion template

Hi, need some help pls. Confused about how to set up notion integration for this buildship template - transcribe to notion Right now, the template needs to be linked to a primary notion workspace so I'm using my own notion act This is fine if u r only using the app for yourself But doesn't make sense if u r trying to make a mobile app right? how can this work to allow other users to input their own notion acts, if my frontend allows for user signs ups to the app? How can they use their own notion acts?
No description
Solution:
You can take the database ID as a variable from the request body either as a query parameter or as a body. In your clientside (frontend), you can have the input set to take the database ID of your user and then send it as a body or query parameter to the API. You can learn more about variables here - https://docs.buildship.com/basics/variables. Hope this helps....
No description
Jump to solution
1 Reply
Solution
Gaurav Chadha
Gaurav Chadha3mo ago
You can take the database ID as a variable from the request body either as a query parameter or as a body. In your clientside (frontend), you can have the input set to take the database ID of your user and then send it as a body or query parameter to the API. You can learn more about variables here - https://docs.buildship.com/basics/variables. Hope this helps.
No description