APIs & Integrations

KPadhiyar
Participant

How to create workflow with Custom workflow action?

SOLVE

I want to create a workflow in HubSpot using PHP and attach a custom workflow action during its creation. Can anyone guide me on how to do this? I’ve checked the documentation but couldn’t find anything.

Thanks...

2 Accepted solutions
Josh
Solution
Recognized Expert | Diamond Partner
Recognized Expert | Diamond Partner

How to create workflow with Custom workflow action?

SOLVE

Hi @KPadhiyar,

 

Here's a link to the documentation: https://developers.hubspot.com/beta-docs/reference/api/automation/custom-code-actions

 

Josh 




Did this post help solve your problem? If so, please mark it as a solution.

Josh Curcio

HubSpot support and inbound marketing for OEMs, contract manufacturers, and industrial suppliers.
HubSpot Diamond Partner & HubSpot Certified Trainer

View solution in original post

0 Upvotes
SteveHTM
Solution
Key Advisor | Partner
Key Advisor | Partner

How to create workflow with Custom workflow action?

SOLVE

@KPadhiyar - building on the reponse from @Josh , there is an automation API that support progreammtic creation/update to any workflow.

https://developers.hubspot.com/beta-docs/reference/api/automation/create-manage-workflows

As far as I have been able to determine, these APIs can display the details of custom code actions in any query for a given workflow, but cannot suppprt the creation/update of code sections in that workflow step.

 

Bottom line, this maybe needs a HubSpot update to round out the implementation.

 

Steve

Steve Christian

HTM Solutions

https://info.htmsolutions.biz/meetings/stevec2

mobilePhone
+1 6195183009
emailAddress
stevec@htmsolutions.biz
website
www.htmsolutions.biz
address
San Diego, CA
Create Your Own Free Signature

View solution in original post

0 Upvotes
2 Replies 2
SteveHTM
Solution
Key Advisor | Partner
Key Advisor | Partner

How to create workflow with Custom workflow action?

SOLVE

@KPadhiyar - building on the reponse from @Josh , there is an automation API that support progreammtic creation/update to any workflow.

https://developers.hubspot.com/beta-docs/reference/api/automation/create-manage-workflows

As far as I have been able to determine, these APIs can display the details of custom code actions in any query for a given workflow, but cannot suppprt the creation/update of code sections in that workflow step.

 

Bottom line, this maybe needs a HubSpot update to round out the implementation.

 

Steve

Steve Christian

HTM Solutions

https://info.htmsolutions.biz/meetings/stevec2

mobilePhone
+1 6195183009
emailAddress
stevec@htmsolutions.biz
website
www.htmsolutions.biz
address
San Diego, CA
Create Your Own Free Signature
0 Upvotes
Josh
Solution
Recognized Expert | Diamond Partner
Recognized Expert | Diamond Partner

How to create workflow with Custom workflow action?

SOLVE

Hi @KPadhiyar,

 

Here's a link to the documentation: https://developers.hubspot.com/beta-docs/reference/api/automation/custom-code-actions

 

Josh 




Did this post help solve your problem? If so, please mark it as a solution.

Josh Curcio

HubSpot support and inbound marketing for OEMs, contract manufacturers, and industrial suppliers.
HubSpot Diamond Partner & HubSpot Certified Trainer

0 Upvotes