iiRecord
Agentic AI Atlas · Webhook Receiver
stack-part:webhook-receivera5c.ai
II.
StackPart JSON

stack-part:webhook-receiver

Structured · live

Webhook Receiver json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/stack-parts/webhook-receiver.yamlCluster · domain
Record JSON
{
  "id": "stack-part:webhook-receiver",
  "_kind": "StackPart",
  "_file": "domain/stack-parts/webhook-receiver.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Webhook Receiver",
    "category": "api",
    "description": "HTTP endpoint that accepts inbound webhook deliveries with signature verification, retry tolerance, and dedup.\n"
  },
  "outgoingEdges": [
    {
      "from": "stack-part:webhook-receiver",
      "to": "platform-service:vercel-functions",
      "kind": "implemented_by",
      "attributes": {}
    },
    {
      "from": "stack-part:webhook-receiver",
      "to": "platform-service:netlify-functions",
      "kind": "implemented_by",
      "attributes": {}
    },
    {
      "from": "stack-part:webhook-receiver",
      "to": "platform-service:aws-lambda",
      "kind": "implemented_by",
      "attributes": {}
    },
    {
      "from": "stack-part:webhook-receiver",
      "to": "platform-service:gcp-cloud-functions",
      "kind": "implemented_by",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}