Swell · Capability

Webhooks

Webhooks is a Naftiko capability published by Swell, one of 8 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

webhooks.yaml Raw ↑
apiVersion: naftiko.dev/v1
kind: Capability
metadata:
  name: webhooks
  description: Register, list, and inspect Swell webhook subscriptions to receive event callbacks.
spec:
  steps:
    - id: list-webhooks
      operation: listWebhooks
      api: swell-backend-api
    - id: create-webhook
      operation: createWebhook
      api: swell-backend-api
    - id: update-webhook
      operation: updateWebhook
      api: swell-backend-api
    - id: delete-webhook
      operation: deleteWebhook
      api: swell-backend-api