Highlight (highlight.io) · Capability

Highlight Webhooks API — Alert Receiver

Highlight Webhooks API — Alert Receiver. 1 operation. Lead operation: Receive Highlight Alert Webhook. Self-contained Naftiko capability that exposes a receiver endpoint for Highlight alert webhooks (Error, Session, User, Log, Trace, Metric monitor).

Highlight Webhooks API — Alert Receiver is a Naftiko capability published by Highlight (highlight.io), one of 6 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the POST method rooted at /v1/highlight/webhook.

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

Tagged areas include Highlight, Webhooks, Alerts, and Inbound.

Run with Naftiko HighlightWebhooksAlertsInbound

What You Can Do

POST
Receivehighlightalertwebhook — Receive a Highlight alert webhook payload.
/v1/highlight/webhook

Capability Spec

webhooks-receiver.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Highlight Webhooks API — Alert Receiver
  description: 'Highlight Webhooks API — Alert Receiver. 1 operation. Lead operation: Receive Highlight Alert Webhook.
    Self-contained Naftiko capability that exposes a receiver endpoint for Highlight alert webhooks (Error, Session,
    User, Log, Trace, Metric monitor).'
  tags:
  - Highlight
  - Webhooks
  - Alerts
  - Inbound
  created: '2026-05-25'
  modified: '2026-05-25'
binds: []
capability:
  consumes: []
  exposes:
  - type: rest
    namespace: webhooks-receiver-rest
    port: 8080
    description: REST receiver for Highlight alert webhooks.
    resources:
    - path: /v1/highlight/webhook
      name: root
      description: Highlight alert webhook destination URL.
      operations:
      - method: POST
        name: receiveHighlightAlertWebhook
        description: Receive a Highlight alert webhook payload.
        inputParameters:
        - name: body
          in: body
          type: object
          description: AlertWebhookPayload (Event, AlertName, ProjectID, Count, plus alert-type-specific fields).
          required: true
        outputParameters:
        - type: object
          mapping: $.