# Create Folder Action

Creates a folder in connected storage from a HubSpot workflow.

> Kind: Workflow action · Updated: Apr 30, 2026

## What this action does

The HubSpot twin of the Salesforce ⚡ Create Folder flow action — same engine, same provider rules, HubSpot workflow packaging. Add it to any contact, company, deal or ticket workflow.

### Input parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| Folder Name | String | required | Supports HubSpot tokens, e.g. {{deal.dealname}}. |
| Library | String | varies by storage | Target storage library. |
| Drive ID | String | varies by storage | Drive within the storage. |
| Parent Folder ID | String | varies by storage | Where to create the folder. |

### Output parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| Resource ID | String | optional | ID of the created folder, available to later workflow steps. |
| Status | String | optional | success or failed — branch on it. |

> **Getting IDs in HubSpot** — The “How to get folder, drive and site IDs” helper shows where each ID lives in the CloudFiles app — it applies to every workflow action.
