Hello,
I am currently building an app that integrates hubspot with an external app. My external app needs an API Key in each request to process authenticated actions.
The integration app should mostly be used in workflows and for now the only solution I see is sending the key in each action which seems a bit tedious for the client cause the client would have to fill in their API key every time.
I would like to persist this API Key on Hubspot’s side but I can’t find how to do it.
Is there a solution to persist this API Key in such app’s settings or something like this ?
Thanks