CRM

Kumble
Member

How to create an Actions for the Connected App

SOLVE

Hi Team,

 

I would like to create Actions for our Connected App while configuring HubSpot Workflows.

 

I have noticed that some HubSpot apps, such as InAccord, Slack, and Microsoft Teams, support actions that can be used within HubSpot Workflows to integrate seamlessly with third-party services.


Below find an attachement for your reference,

Kumble_0-1731493019300.png

 

I am aiming to achieve the same functionality for our Buyerstage app, but I haven’t found any option to create such actions within the app.

Could you please guide us on how to get started with creating Actions in our app so that our customers who integrate with HubSpot can utilize them effectively?

0 Upvotes
2 Accepted solutions
TomM2
Solution
Thought Leader | Platinum Partner
Thought Leader | Platinum Partner

How to create an Actions for the Connected App

SOLVE

Hey @Kumble you can do this through the custom workflows actions api

Tom Mahon
Technical Consultant | Solutions Engineer | Community Champion
Baskey Digitial

Book a consultation

Did my post help answer your query? Help the community (and me) by marking it as a solution.


View solution in original post

Kumble
Solution
Member

How to create an Actions for the Connected App

SOLVE

Hi @TomM2 

 

I have resolved the issue. It turns out I had missed setting the published flag to "true," which is necessary for the action to be displayed in workflow configurations.

I do have a small clarification, in my case, the actions are appearing under Integrated Apps, while in the image above, the "Create Accord Room" action is shown under Connected Apps.

Could you explain the difference between these two?

screenshots below for reference,
Action under Integrated Apps

Kumble_0-1731754289268.png

 

Under Connected Apps,

Kumble_1-1731754380066.png

 



View solution in original post

0 Upvotes
5 Replies 5
Kumble
Solution
Member

How to create an Actions for the Connected App

SOLVE

Hi @TomM2 

 

I have resolved the issue. It turns out I had missed setting the published flag to "true," which is necessary for the action to be displayed in workflow configurations.

I do have a small clarification, in my case, the actions are appearing under Integrated Apps, while in the image above, the "Create Accord Room" action is shown under Connected Apps.

Could you explain the difference between these two?

screenshots below for reference,
Action under Integrated Apps

Kumble_0-1731754289268.png

 

Under Connected Apps,

Kumble_1-1731754380066.png

 



0 Upvotes
TomM2
Thought Leader | Platinum Partner
Thought Leader | Platinum Partner

How to create an Actions for the Connected App

SOLVE

No idea! My guess is "integrated apps" are apps using your custom private apps and "connected apps" are apps installed from the HubSpot marketplace. 

Tom Mahon
Technical Consultant | Solutions Engineer | Community Champion
Baskey Digitial

Book a consultation

Did my post help answer your query? Help the community (and me) by marking it as a solution.


0 Upvotes
TomM2
Solution
Thought Leader | Platinum Partner
Thought Leader | Platinum Partner

How to create an Actions for the Connected App

SOLVE

Hey @Kumble you can do this through the custom workflows actions api

Tom Mahon
Technical Consultant | Solutions Engineer | Community Champion
Baskey Digitial

Book a consultation

Did my post help answer your query? Help the community (and me) by marking it as a solution.


Kumble
Member

How to create an Actions for the Connected App

SOLVE

Thank you for your response, @TomM2 .

 

I've reviewed the information in the *custom workflow actions API* documentation. While exploring, I realized that setting up custom actions requires using the API(custom action Api) . However, as a developer, I struggled to fully understand the concepts of callbacks, definitions, and functions.

 

I attempted to create a new extension definition through the API to make our actions appear in the workflow. Although I successfully made the API call, I still couldn't see the expected action in the workflow setup screen.

I have a few questions:

1. Is it only possible to create custom actions through the API?
2. If so, could you provide some guidance on how to work with callbacks, definitions, and functions? Also, which APIs should I use to make the custom action appear in the workflow setup?
3. If not, could you share documentation or instructions for setting up custom actions without using the API?

 

I'm looking forward to hearing from you.

0 Upvotes
TomM2
Thought Leader | Platinum Partner
Thought Leader | Platinum Partner

How to create an Actions for the Connected App

SOLVE

Hey @Kumble I'm not a developer myself so unfortunately can't provide much help on the dev end, but from what I can see the custom workflow actions api is how you create these. Callbacks, definitions and functions would be quite commonly used in custom integrations. There's a bit more info on callbacks here. Definitions would be the definition of your workflow action, which would include your fields, information and functions. 

Maybe @Anton could provide a bit more info on this too! 

Tom Mahon
Technical Consultant | Solutions Engineer | Community Champion
Baskey Digitial

Book a consultation

Did my post help answer your query? Help the community (and me) by marking it as a solution.


0 Upvotes