HubSpot · Capability

HubSpot Blog Posts API — Publishing and Scheduling

HubSpot Blog Posts API — Publishing and Scheduling. 1 operations. Lead operation: Hubspot Schedule a Blog Post. Self-contained Naftiko capability covering one Hubspot business surface.

Run with Naftiko HubspotPublishing and Scheduling

What You Can Do

POST
Scheduleblogpost — Hubspot Schedule a Blog Post
/v1/cms/v3/blogs/posts/schedule

MCP Tools

hubspot-schedule-blog-post

Hubspot Schedule a Blog Post

Capability Spec

blog-posts-publishing-and-scheduling.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: HubSpot Blog Posts API — Publishing and Scheduling
  description: 'HubSpot Blog Posts API — Publishing and Scheduling. 1 operations. Lead operation: Hubspot Schedule a Blog
    Post. Self-contained Naftiko capability covering one Hubspot business surface.'
  tags:
  - Hubspot
  - Publishing and Scheduling
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    HUBSPOT_API_KEY: HUBSPOT_API_KEY
capability:
  consumes:
  - type: http
    namespace: blog-posts-publishing-and-scheduling
    baseUri: https://api.hubapi.com
    description: HubSpot Blog Posts API — Publishing and Scheduling business capability. Self-contained, no shared references.
    resources:
    - name: cms-v3-blogs-posts-schedule
      path: /cms/v3/blogs/posts/schedule
      operations:
      - name: scheduleblogpost
        method: POST
        description: Hubspot Schedule a Blog Post
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.HUBSPOT_API_KEY}}'
  exposes:
  - type: rest
    namespace: blog-posts-publishing-and-scheduling-rest
    port: 8080
    description: REST adapter for HubSpot Blog Posts API — Publishing and Scheduling. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/cms/v3/blogs/posts/schedule
      name: cms-v3-blogs-posts-schedule
      description: REST surface for cms-v3-blogs-posts-schedule.
      operations:
      - method: POST
        name: scheduleblogpost
        description: Hubspot Schedule a Blog Post
        call: blog-posts-publishing-and-scheduling.scheduleblogpost
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: blog-posts-publishing-and-scheduling-mcp
    port: 9090
    transport: http
    description: MCP adapter for HubSpot Blog Posts API — Publishing and Scheduling. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: hubspot-schedule-blog-post
      description: Hubspot Schedule a Blog Post
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: blog-posts-publishing-and-scheduling.scheduleblogpost
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.