I have created private application and done it's authentication. It's working fine.
Now, I want to create multiple actions for my application. How can I do this. I want to create actions like following attached screenshot. What are the steps for it.
Based on my experience, testing custom workflow actions before making them available to your app users can be difficult.
First, I'd suggest creating a Test Public App (separate to your "Production" app, that only you will install within Test HubSpot Accounts). Make sure to set the status of your test custom action to "published". This can be achieved within your custom action definition like this:
You'll then need to install your Test HubSpot Public App within a Test HubSpot Account/Portal. Then create a Workflow within that test portal in order to debug your custom action.
Note that sometimes the changes you make to your custom action via API can take a while to be reflected within HubSpot. It's been a while since I last tested this, but previously changes were taking anywhere between 5 and 30 minutes to be reflected in HubSpot. Hopefully things have improved since then🤞
I hope this proves useful. Please let me know if you have any follow-up questions.
All the best,
Zach
--
Zach Klein HubSpot Integrations & App Developer Meanjin / Brisbane, Australia
Just to confirm, are you referring to HubSpot Custom Workflow Actions? If so, as far as I'm aware, you won't be able to achieve this with a HubSpot Private App. You'll instead need to create a "Public" App and then create your Custom Workflow Actions via API. Here's HubSpot's official documentation for this feature.
I hope this proves useful. Please let me know if you have any follow-up questions.
All the best,
Zach
--
Zach Klein HubSpot Integrations & App Developer Meanjin / Brisbane, Australia
Yeah I want to create Hubsppot custom workflow actions. I created publc application and tried following API by passing my APP_ID and Developer_Key. I got respoonse from this API but didn't know where I could see it's reflection or changes on my hubspot application UI.
Based on my experience, testing custom workflow actions before making them available to your app users can be difficult.
First, I'd suggest creating a Test Public App (separate to your "Production" app, that only you will install within Test HubSpot Accounts). Make sure to set the status of your test custom action to "published". This can be achieved within your custom action definition like this:
You'll then need to install your Test HubSpot Public App within a Test HubSpot Account/Portal. Then create a Workflow within that test portal in order to debug your custom action.
Note that sometimes the changes you make to your custom action via API can take a while to be reflected within HubSpot. It's been a while since I last tested this, but previously changes were taking anywhere between 5 and 30 minutes to be reflected in HubSpot. Hopefully things have improved since then🤞
I hope this proves useful. Please let me know if you have any follow-up questions.
All the best,
Zach
--
Zach Klein HubSpot Integrations & App Developer Meanjin / Brisbane, Australia
It worked with Publish : true. Thank you so much for help.
Can you please let me know about following query too. I have some user defined custom fields. Which I want to show them as dynamic inputs in the action.
Now the issue I am facing above code is not fetching the latest custom fields added by user after the action is published. How can I show the latest custom fields as inputs in the action, even after my action is published.