POST
/
cms
/
v3
/
blogs
/
posts
/
schedule
Programar a publicação de um post
curl --request POST \
  --url https://api.hubapi.com/cms/v3/blogs/posts/schedule \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "publishDate": "2023-11-07T05:31:56Z",
  "id": "<string>"
}'
This response has no body data.
Produtos suportados
Requer um dos seguintes produtos ou superior.
Marketing HubMarketing HubProfessional
Sales HubSales HubGrátis
Service HubService HubGrátis
Content HubContent HubStarter

Escopos Necessários

Esta API requer um dos seguintes escopos:
  • content

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json

The JSON representation of the ContentScheduleRequestVNext object.

Request body object for scheduling the publish of content

publishDate
string<date-time>
required

A data em que o objeto deve mudar de agendado para publicado.

id
string
required

O ID do objeto a ser agendado.