HubSpot · Capability

HubSpot Engagement Emails API — Batch

HubSpot Engagement Emails API — Batch. 3 operations. Lead operation: Hubspot Batch Create Email Engagements. Self-contained Naftiko capability covering one Hubspot business surface.

Run with Naftiko HubspotBatch

What You Can Do

POST
Batchcreateemailengagements — Hubspot Batch Create Email Engagements
/v1/crm/v3/objects/emails/batch/create
POST
Batchreademailengagements — Hubspot Batch Read Email Engagements
/v1/crm/v3/objects/emails/batch/read
POST
Batchupdateemailengagements — Hubspot Batch Update Email Engagements
/v1/crm/v3/objects/emails/batch/update

MCP Tools

hubspot-batch-create-email-engagements

Hubspot Batch Create Email Engagements

hubspot-batch-read-email-engagements

Hubspot Batch Read Email Engagements

hubspot-batch-update-email-engagements

Hubspot Batch Update Email Engagements

Capability Spec

engagement-emails-batch.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: HubSpot Engagement Emails API — Batch
  description: 'HubSpot Engagement Emails API — Batch. 3 operations. Lead operation: Hubspot Batch Create Email Engagements.
    Self-contained Naftiko capability covering one Hubspot business surface.'
  tags:
  - Hubspot
  - Batch
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    HUBSPOT_API_KEY: HUBSPOT_API_KEY
capability:
  consumes:
  - type: http
    namespace: engagement-emails-batch
    baseUri: https://api.hubapi.com
    description: HubSpot Engagement Emails API — Batch business capability. Self-contained, no shared references.
    resources:
    - name: crm-v3-objects-emails-batch-create
      path: /crm/v3/objects/emails/batch/create
      operations:
      - name: batchcreateemailengagements
        method: POST
        description: Hubspot Batch Create Email Engagements
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: crm-v3-objects-emails-batch-read
      path: /crm/v3/objects/emails/batch/read
      operations:
      - name: batchreademailengagements
        method: POST
        description: Hubspot Batch Read Email Engagements
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: crm-v3-objects-emails-batch-update
      path: /crm/v3/objects/emails/batch/update
      operations:
      - name: batchupdateemailengagements
        method: POST
        description: Hubspot Batch Update Email Engagements
        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: engagement-emails-batch-rest
    port: 8080
    description: REST adapter for HubSpot Engagement Emails API — Batch. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/crm/v3/objects/emails/batch/create
      name: crm-v3-objects-emails-batch-create
      description: REST surface for crm-v3-objects-emails-batch-create.
      operations:
      - method: POST
        name: batchcreateemailengagements
        description: Hubspot Batch Create Email Engagements
        call: engagement-emails-batch.batchcreateemailengagements
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/crm/v3/objects/emails/batch/read
      name: crm-v3-objects-emails-batch-read
      description: REST surface for crm-v3-objects-emails-batch-read.
      operations:
      - method: POST
        name: batchreademailengagements
        description: Hubspot Batch Read Email Engagements
        call: engagement-emails-batch.batchreademailengagements
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/crm/v3/objects/emails/batch/update
      name: crm-v3-objects-emails-batch-update
      description: REST surface for crm-v3-objects-emails-batch-update.
      operations:
      - method: POST
        name: batchupdateemailengagements
        description: Hubspot Batch Update Email Engagements
        call: engagement-emails-batch.batchupdateemailengagements
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: engagement-emails-batch-mcp
    port: 9090
    transport: http
    description: MCP adapter for HubSpot Engagement Emails API — Batch. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: hubspot-batch-create-email-engagements
      description: Hubspot Batch Create Email Engagements
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: engagement-emails-batch.batchcreateemailengagements
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: hubspot-batch-read-email-engagements
      description: Hubspot Batch Read Email Engagements
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: engagement-emails-batch.batchreademailengagements
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: hubspot-batch-update-email-engagements
      description: Hubspot Batch Update Email Engagements
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: engagement-emails-batch.batchupdateemailengagements
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.