Skip to main content
POST
cURL
Create a workflow folder so you can pass folderId when creating a workflow. You supply id in the path (URL-encode it).
You can skip this call and reuse a folderId from List workflows.

Authorizations

Personal access token from Pingmee Settings → Developer Tools

x-api-key
string
header
required

Business API key from Pingmee Settings → Developer Tools

Path Parameters

id
string
required

Client-supplied folder identifier. Must be URL-encoded when used in the path.

Body

application/json

Folder display name.

name
string
required

Folder name.

Response

Folder created

message
string
Example:

"Folder 'folder_onboarding' created."

Last modified on September 4, 2026