Create workflows under a new/certain folder throught api post

Hi,

I’m trying to create workflows through API posts from this page create_workflow. However, I didn’t find any way that can create a workflow under a new/certain folder through the API post process.

For example, I want to create a workflow folder called “test” and a workflow “testflow” under that folder.

I wonder is it doable through the API POST call?

Thanks

Hi @RWu

I do not believe this is possible via the API. Might be a good thing to add to the ideas board

@MichaelC might be able to prove me wrong so adding him here just in case :grinning_face:

@dennisedson @RWu

Hi both!

The API for workflows are in focus (ref: Accounts Dashboard | HubSpot) for development. Folders in workflows are still relativly new in hubspot in general so I understand that this is not really in the apis yet.

You can subscribe to developer API updates here: HubSpot Developer Changelog to get notified on updates in the API.

If the developers will look at folder systems such as googles then this will work similar to associations api where each workflow can be linked to a specific folder (and therefor the same document can exist in several folders) but I have no clue how the developers or project managers have planned this feature here. Probably it will only be possible to link one workflow with one folderid.

But to be short: Nope - its not possible - yet.

@MichaelC @dennisedson

Thanks for the information!