Search + K

Command Palette

Search for a command to run...

Sign In

get-/automation/v4/flows/email-campaigns

GET /automation/v4/flows/email-campaigns
Copy endpoint
https://api.hubapi.com

Parameters

query Query Parameters

Name Type
after
string
before
string
flowId
string[]
limit
number

Responses

200 application/json

successful operation

interface CollectionResponseApiFlowEmailCampaign {
paging?: Paging
interface Paging {
next?: NextPage;
prev?: PreviousPage;
}
;
results: ApiFlowEmailCampaign
interface ApiFlowEmailCampaign {
emailCampaignId: string;
emailContentId: string;
flowId: string;
}
[]
;
}
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;
}