curl --request GET \
--url https://api.hubapi.com/automation/v4/flows/email-campaigns \
--header 'Authorization: Bearer <token>'{
"results": [
{
"emailCampaignId": "<string>",
"emailContentId": "<string>",
"flowId": "<string>"
}
],
"paging": {}
}「after」、「before」、および「limit」クエリーパラメーターを使用して、任意のページ送りを含めて、自動化フローと関連付けられたEメールキャンペーンのリストを取得します。
curl --request GET \
--url https://api.hubapi.com/automation/v4/flows/email-campaigns \
--header 'Authorization: Bearer <token>'{
"results": [
{
"emailCampaignId": "<string>",
"emailContentId": "<string>",
"flowId": "<string>"
}
],
"paging": {}
}サポートされる製品
必須スコープ
The access token received from the authorization server in the OAuth 2.0 flow.
後続のページを取得するためのページングカーソルトークン。
前のページを取得するためのページ操作カーソルトークン。
関連付けられたフローIDでEメールキャンペーンを絞り込むためのクエリーパラメーター。
返す結果の最大数。