マーケティング
Deutsch
cURL
curl --request POST \ --url https://api.hubapi.com/marketing/v3/campaigns/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "properties": {} }'
{ "createdAt": "2023-11-07T05:31:56Z", "businessUnits": [ { "id": 123 } ], "id": "<string>", "properties": {}, "updatedAt": "2023-11-07T05:31:56Z" }
指定されたプロパティーを使用してキャンペーンを作成し、campaignGuidや作成済みのプロパティーを含めてキャンペーンオブジェクトを返します。
marketing.campaigns.write
The access token received from the authorization server in the OAuth 2.0 flow.
successful operation
The response is of type object.
object