post-/automation/v4/flows
POST
/automation/v4/flows 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 [];
links?: { };
message: string;
subCategory?: string;
}
category: string;
context?: { };
correlationId: string;
errors?:
links?: { };
message: string;
subCategory?: string;
}