tailscale_webhook_create
Create webhook endpoints to receive real-time notifications for Tailscale events like node changes, user updates, and policy modifications.
Instructions
Create a new webhook endpoint. Returns the webhook including the signing secret (only shown once). Event types: nodeCreated, nodeApproved, nodeNeedsApproval, nodeKeyExpiringInOneDay, nodeKeyExpired, nodeDeleted, policyUpdate, userCreated, userDeleted, userApproved, userSuspended, userRestored, userRoleUpdated, subnetIPForwardingNotEnabled, exitNodeIPForwardingNotEnabled.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpointUrl | Yes | The URL to receive webhook events | |
| providerType | No | The webhook provider type (optional, omit for default Tailscale format) | |
| subscriptions | Yes | Event types to subscribe to |