Passer au contenu principal
POST
/
cms
/
v3
/
pages
/
site-pages
/
schedule
Programmer la publication d'une page de site web
curl --request POST \
  --url https://api.hubapi.com/cms/v3/pages/site-pages/schedule \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>",
  "publishDate": "2023-11-07T05:31:56Z"
}
'
This response has no body data.

Produits pris en charge

Exige l'un des produits suivants ou un produit supérieur.
Marketing HubMarketing Hub -Gratuit
Sales HubSales Hub -Gratuit
Service HubService Hub -Gratuit
Content HubContent Hub -Gratuit

Autorisations

Authorization
string
header
requis

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

Corps

application/json

Request body object for scheduling the publish of content

id
string
requis

L'ID de l'objet à planifier.

publishDate
string<date-time>
requis

La date à laquelle l'objet doit passer de planifié à publié.

Réponse

Last modified on March 30, 2026