Sign in

Schedule blog post publish

documented

Schedule publishing of a blog post.

POST /cms/v3/blogs/posts/scheduleCMSno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.hubapi.com/cms/v3/blogs/posts/schedule" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"id": "{{$post_id}}", "publishDate": "{{$publish_date}}"}'