create_webhook
ActiveTool of run.domani/domani
Register a new webhook endpoint to receive event notifications. The URL must use HTTPS. Choose which events to subscribe to (e.g. domain.purchased, transfer.completed). The webhook secret is returned only once - save it to verify incoming payloads with HMAC-SHA256.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"url",
"events"
],
"properties": {
"url": {
"type": "string",
"description": "HTTPS URL that will receive webhook POST requests"
},
"events": {
"type": "array",
"items": {
"type": "string"
},
"description": "Event types to subscribe to, e.g. [\"domain.purchased\", \"dns.updated\"]. Use list_webhook_events to see all available types."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
run.domani/domani
https://github.com/gwendall/domani
1/7 registries