Microsoft Azure · Capability

Microsoft Azure CommunicationEmailClient — EmailGetSendStatus

Microsoft Azure CommunicationEmailClient — EmailGetSendStatus. 1 operations. Lead operation: Microsoft Azure Gets The Status Of A Message Sent Previously. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureEmailGetSendStatus

What You Can Do

GET
Microsoftazureemailgetsendstatus — Microsoft Azure Gets The Status Of A Message Sent Previously
/v1/emails/{messageid}/status

MCP Tools

microsoft-azure-gets-status-message

Microsoft Azure Gets The Status Of A Message Sent Previously

read-only idempotent

Capability Spec

communicationemailclient-emailgetsendstatus.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure CommunicationEmailClient — EmailGetSendStatus
  description: 'Microsoft Azure CommunicationEmailClient — EmailGetSendStatus. 1 operations. Lead operation: Microsoft Azure
    Gets The Status Of A Message Sent Previously. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - EmailGetSendStatus
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: communicationemailclient-emailgetsendstatus
    baseUri: ''
    description: Microsoft Azure CommunicationEmailClient — EmailGetSendStatus business capability. Self-contained, no shared
      references.
    resources:
    - name: emails-messageId-status
      path: /emails/{messageId}/status
      operations:
      - name: microsoftazureemailgetsendstatus
        method: GET
        description: Microsoft Azure Gets The Status Of A Message Sent Previously
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: messageId
          in: path
          type: string
          description: System generated message id (GUID) returned from a previous call to send email
          required: true
  exposes:
  - type: rest
    namespace: communicationemailclient-emailgetsendstatus-rest
    port: 8080
    description: REST adapter for Microsoft Azure CommunicationEmailClient — EmailGetSendStatus. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/emails/{messageid}/status
      name: emails-messageid-status
      description: REST surface for emails-messageId-status.
      operations:
      - method: GET
        name: microsoftazureemailgetsendstatus
        description: Microsoft Azure Gets The Status Of A Message Sent Previously
        call: communicationemailclient-emailgetsendstatus.microsoftazureemailgetsendstatus
        with:
          messageId: rest.messageId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: communicationemailclient-emailgetsendstatus-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure CommunicationEmailClient — EmailGetSendStatus. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-status-message
      description: Microsoft Azure Gets The Status Of A Message Sent Previously
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: communicationemailclient-emailgetsendstatus.microsoftazureemailgetsendstatus
      with:
        messageId: tools.messageId
      outputParameters:
      - type: object
        mapping: $.