AtlaSent — Create Webhook
atlasent_create_webhookRegister a webhook URL to receive evaluation events for an organization. Subscribe to event types like evaluation.deny or permit.issued.
Instructions
Register a webhook URL to receive evaluation events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The HTTPS URL to deliver events to. | |
| events | Yes | Event types to subscribe to (e.g. ['evaluation.deny', 'permit.issued']). | |
| org_id | Yes | Organization ID to register the webhook for. | |
| secret | No | Signing secret for HMAC verification of payloads. | |
| description | No | Optional human-readable description of this webhook. |