Phrase · Capability

Phrase Strings API Reference — Webhook Deliveries

Phrase Strings API Reference — Webhook Deliveries. 3 operations. Lead operation: List webhook deliveries. Self-contained Naftiko capability covering one Phrase business surface.

Run with Naftiko PhraseWebhook Deliveries

What You Can Do

GET
Webhookdeliverieslist — List webhook deliveries
/v1/projects/{project-id}/webhooks/{webhook-id}/deliveries
GET
Webhookdeliveriesshow — Get a single webhook delivery
/v1/projects/{project-id}/webhooks/{webhook-id}/deliveries/{id}
POST
Webhookdeliveriesredeliver — Redeliver a single webhook delivery
/v1/projects/{project-id}/webhooks/{webhook-id}/deliveries/{id}/redeliver

MCP Tools

list-webhook-deliveries

List webhook deliveries

read-only idempotent
get-single-webhook-delivery

Get a single webhook delivery

read-only idempotent
redeliver-single-webhook-delivery

Redeliver a single webhook delivery

Capability Spec

strings-webhook-deliveries.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Phrase Strings API Reference — Webhook Deliveries
  description: 'Phrase Strings API Reference — Webhook Deliveries. 3 operations. Lead operation: List webhook deliveries.
    Self-contained Naftiko capability covering one Phrase business surface.'
  tags:
  - Phrase
  - Webhook Deliveries
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PHRASE_API_KEY: PHRASE_API_KEY
capability:
  consumes:
  - type: http
    namespace: strings-webhook-deliveries
    baseUri: https://api.phrase.com/v2
    description: Phrase Strings API Reference — Webhook Deliveries business capability. Self-contained, no shared references.
    resources:
    - name: projects-project_id-webhooks-webhook_id-deliveries
      path: /projects/{project_id}/webhooks/{webhook_id}/deliveries
      operations:
      - name: webhookdeliverieslist
        method: GET
        description: List webhook deliveries
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: projects-project_id-webhooks-webhook_id-deliveries-id
      path: /projects/{project_id}/webhooks/{webhook_id}/deliveries/{id}
      operations:
      - name: webhookdeliveriesshow
        method: GET
        description: Get a single webhook delivery
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: projects-project_id-webhooks-webhook_id-deliveries-id-redeliver
      path: /projects/{project_id}/webhooks/{webhook_id}/deliveries/{id}/redeliver
      operations:
      - name: webhookdeliveriesredeliver
        method: POST
        description: Redeliver a single webhook delivery
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.PHRASE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: strings-webhook-deliveries-rest
    port: 8080
    description: REST adapter for Phrase Strings API Reference — Webhook Deliveries. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/projects/{project-id}/webhooks/{webhook-id}/deliveries
      name: projects-project-id-webhooks-webhook-id-deliveries
      description: REST surface for projects-project_id-webhooks-webhook_id-deliveries.
      operations:
      - method: GET
        name: webhookdeliverieslist
        description: List webhook deliveries
        call: strings-webhook-deliveries.webhookdeliverieslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/projects/{project-id}/webhooks/{webhook-id}/deliveries/{id}
      name: projects-project-id-webhooks-webhook-id-deliveries-id
      description: REST surface for projects-project_id-webhooks-webhook_id-deliveries-id.
      operations:
      - method: GET
        name: webhookdeliveriesshow
        description: Get a single webhook delivery
        call: strings-webhook-deliveries.webhookdeliveriesshow
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/projects/{project-id}/webhooks/{webhook-id}/deliveries/{id}/redeliver
      name: projects-project-id-webhooks-webhook-id-deliveries-id-redeliver
      description: REST surface for projects-project_id-webhooks-webhook_id-deliveries-id-redeliver.
      operations:
      - method: POST
        name: webhookdeliveriesredeliver
        description: Redeliver a single webhook delivery
        call: strings-webhook-deliveries.webhookdeliveriesredeliver
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: strings-webhook-deliveries-mcp
    port: 9090
    transport: http
    description: MCP adapter for Phrase Strings API Reference — Webhook Deliveries. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: list-webhook-deliveries
      description: List webhook deliveries
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: strings-webhook-deliveries.webhookdeliverieslist
      outputParameters:
      - type: object
        mapping: $.
    - name: get-single-webhook-delivery
      description: Get a single webhook delivery
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: strings-webhook-deliveries.webhookdeliveriesshow
      outputParameters:
      - type: object
        mapping: $.
    - name: redeliver-single-webhook-delivery
      description: Redeliver a single webhook delivery
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: strings-webhook-deliveries.webhookdeliveriesredeliver
      outputParameters:
      - type: object
        mapping: $.