Microsoft · Capability

Microsoft Azure Communication Services API — Email

Microsoft Azure Communication Services API — Email. 1 operations. Lead operation: Microsoft Send an email. Self-contained Naftiko capability covering one Microsoft business surface.

Run with Naftiko MicrosoftEmail

What You Can Do

POST
Sendemail — Microsoft Send an email
/v1/emails-send

MCP Tools

microsoft-send-email

Microsoft Send an email

Capability Spec

azure-communication-services-email.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Communication Services API — Email
  description: 'Microsoft Azure Communication Services API — Email. 1 operations. Lead operation: Microsoft Send an email.
    Self-contained Naftiko capability covering one Microsoft business surface.'
  tags:
  - Microsoft
  - Email
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_API_KEY: MICROSOFT_API_KEY
capability:
  consumes:
  - type: http
    namespace: azure-communication-services-email
    baseUri: https://{resource}.communication.azure.com
    description: Microsoft Azure Communication Services API — Email business capability. Self-contained, no shared references.
    resources:
    - name: emails:send
      path: /emails:send
      operations:
      - name: sendemail
        method: POST
        description: Microsoft Send an email
        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: Authorization
      value: '{{env.MICROSOFT_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: azure-communication-services-email-rest
    port: 8080
    description: REST adapter for Microsoft Azure Communication Services API — Email. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/emails-send
      name: emails-send
      description: REST surface for emails:send.
      operations:
      - method: POST
        name: sendemail
        description: Microsoft Send an email
        call: azure-communication-services-email.sendemail
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-communication-services-email-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Communication Services API — Email. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-send-email
      description: Microsoft Send an email
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-communication-services-email.sendemail
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.