I am developing a public application for HubSpot, within which I plan to register a custom workflow action. However, I encountered a problem during the integration: the API for registering custom actions (https://api.hubapi.com/automation/v4/actions/definitions) requires the use of a developer API key (via the hapikey parameter) and a valid appId.
The problem is that we use OAuth (or Private App Access Token) for public applications, and new accounts do not support generating API keys. When trying to send a request with an OAuth access token, I get an error:
This limitation does not allow me to register a custom action for a public application that will be used by different users.
Can you please clarify whether OAuth support is planned for this API in the future, or is there an alternative way to register custom workflow actions for public applications without using legacy API keys?
