Accessing KB article that are marked as private, from our Webapp
SOLVE
Hi,
I am not technical, hence this question to the community:
Does anyone know if Hubspot's API's provide a mechanism for our webapp that collects new user registration or allows an already registered user to pass this information to Hubspot and allow the user to view the private KB articles? For a better user experience, we do not want the user to duplicate registration/sign in to our app as well as its docs (that are on Hubspot KB).
Accessing KB article that are marked as private, from our Webapp
SOLVE
Hey @SSundarram, thank you for posting in our Community!
HubSpot's API does provide mechanisms that could help achieve the functionality you're looking for. Specifically, you can utilize HubSpot's Forms API to collect new user registrations and pass this information to HubSpot.
Additionally, to allow already registered users to access private KB articles without the need for duplicate registration or sign-in, you can leverage the Contacts API to manage user authentication and access to the KB articles based on their existing credentials within your web application.
Accessing KB article that are marked as private, from our Webapp
SOLVE
Hey @SSundarram, thank you for posting in our Community!
HubSpot's API does provide mechanisms that could help achieve the functionality you're looking for. Specifically, you can utilize HubSpot's Forms API to collect new user registrations and pass this information to HubSpot.
Additionally, to allow already registered users to access private KB articles without the need for duplicate registration or sign-in, you can leverage the Contacts API to manage user authentication and access to the KB articles based on their existing credentials within your web application.