Our file system of record is Sharepoint. All the files for the sales process are there and we cannot upload them to Hubspot. Is there any way to link/connect to Sharepoint Online and be able to see and access the files from Sales?
Here is a brief outline on how it can be achieved:
1. Call the REST API in HubSpot. Thisarticlegives a detailed description on the endpoints. 2. Once you can retrieve the data from Hubspot the next step is to load it on a SharePoint List.
If you are working with Node.Js I would recommend using the “sp-pnp-js” library for authenticating and working with SharePoint. Here is the link to that library.
3. Finally, to schedule this, I published the code to Azure as an Azure Function.Hereis some documentation on how to work with Azure Functions.
Hey @iladelph19 To assist you better, could you please provide more details about the issues you're encountering while trying to connect to your files on SharePoint? Once I have a better understanding of the specific challenges you're facing, I'll do my best to help resolve them promptly.
This is exactly what we need, however I cannot believe that Hubspot has not implemented something itself. To be honest we are very much over paying thousands of dollars to Hubspot every month only to have to pay even more via 3rd party apps to get the functionality that should already be in the software. There is so much that we need to have implemented into the software that it has become nearly unusable and a lot of our reps have gone back to their own systems.
Couldn't agree more. All of our account documents live within Sharepoint and accessible through link only. No way to implement this in with the Attachments. You have the drop downs for Attach file and utilize the different ways. The ability to attach a document through link.
Here is a brief outline on how it can be achieved:
1. Call the REST API in HubSpot. Thisarticlegives a detailed description on the endpoints. 2. Once you can retrieve the data from Hubspot the next step is to load it on a SharePoint List.
If you are working with Node.Js I would recommend using the “sp-pnp-js” library for authenticating and working with SharePoint. Here is the link to that library.
3. Finally, to schedule this, I published the code to Azure as an Azure Function.Hereis some documentation on how to work with Azure Functions.