Hi,
I managed to build a public App using the Project with extension and webhook under my developer account. It has not been published yet.
I tried to add a custom workflow action to it using the API.
https://api.hubapi.com/automation/v4/actions/••••••?hapikey=••••••
The problem is, I can not authorise the API call. I use the developer key and the app ID from the developer account that has the APP.
What have I missed in creating a custom workflow action for app?
The link in the error response HubSpot Login and Sign in redirects to the page “That page is nowhere to be found” with URL https://app.hubspot.com/api-key/**** where the end of the URL is the ID of my main HubSpot account that is not a developer account, even if I am on my developer account at that time in the browser.
I have 3 accounts in total. Main account I use HubSpot with, and one developer account and one test account.
{
"status": "error",
"message": "The API key provided is invalid. View or manage your API key here: https://app.hubspot.com/l/api-key/",
"correlationId": "eb57d7ac-d002-4b00-9630-22f71eaddf49",
"category": "INVALID_AUTHENTICATION",
"links": {
"api key": "https://app.hubspot.com/l/api-key/"
}
}