I’m looking for a way to automate the process of following orgs in my company for all internal HubSpot users. I don’t mind this being either a workflow or some custom code inside a workflow, or even a webhook. Just need to know where the API lives for this call so I can make the call to HubSpot.
Looking at the Hubspot App itself, looks like the webUI calls the following API:
`https://app.hubspot.com/api/crmnotifications/v1/follows`
But I can’t seem to find the equivalent call for the JS API. Any clues?