Search + K

Command Palette

Search for a command to run...

Sign In

post-/automation/v4/flows

POST /automation/v4/flows
Copy endpoint
https://api.hubapi.com

Request Body

application/json required
type ApiFlowCreateRequest = type ApiContactFlowCreateRequest = never & {} | type ApiPlatformFlowCreateRequest = never & {}

Responses

201 application/json

successful operation

type ApiFlow = type ApiContactFlow = never & {} | type ApiPlatformFlow = never & {}
default */*

An error occurred.

interface Error {
category: string;
context?: { };
correlationId: string;
errors?: ErrorDetail
interface ErrorDetail {
code?: string;
context?: { };
in?: string;
message: string;
subCategory?: string;
}
[]
;
links?: { };
message: string;
subCategory?: string;
}