brevo · Capability

Brevo WhatsApp API — WhatsApp Messages

Brevo WhatsApp API — WhatsApp Messages. 1 operations. Lead operation: Send a WhatsApp message. Self-contained Naftiko capability covering one Brevo business surface.

Run with Naftiko BrevoWhatsApp Messages

What You Can Do

POST
Sendwhatsappmessage — Send a WhatsApp message
/v1/whatsapp/sendmessage

MCP Tools

send-whatsapp-message

Send a WhatsApp message

Capability Spec

whatsapp-whatsapp-messages.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Brevo WhatsApp API — WhatsApp Messages
  description: 'Brevo WhatsApp API — WhatsApp Messages. 1 operations. Lead operation: Send a WhatsApp message. Self-contained
    Naftiko capability covering one Brevo business surface.'
  tags:
  - Brevo
  - WhatsApp Messages
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BREVO_API_KEY: BREVO_API_KEY
capability:
  consumes:
  - type: http
    namespace: whatsapp-whatsapp-messages
    baseUri: https://api.brevo.com/v3
    description: Brevo WhatsApp API — WhatsApp Messages business capability. Self-contained, no shared references.
    resources:
    - name: whatsapp-sendMessage
      path: /whatsapp/sendMessage
      operations:
      - name: sendwhatsappmessage
        method: POST
        description: Send a WhatsApp message
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: api-key
      value: '{{env.BREVO_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: whatsapp-whatsapp-messages-rest
    port: 8080
    description: REST adapter for Brevo WhatsApp API — WhatsApp Messages. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/whatsapp/sendmessage
      name: whatsapp-sendmessage
      description: REST surface for whatsapp-sendMessage.
      operations:
      - method: POST
        name: sendwhatsappmessage
        description: Send a WhatsApp message
        call: whatsapp-whatsapp-messages.sendwhatsappmessage
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: whatsapp-whatsapp-messages-mcp
    port: 9090
    transport: http
    description: MCP adapter for Brevo WhatsApp API — WhatsApp Messages. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: send-whatsapp-message
      description: Send a WhatsApp message
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: whatsapp-whatsapp-messages.sendwhatsappmessage
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.