Errors
webhook_url_invalid
400 – URL not deliverable.
URL not deliverable. Answered with 400.
What it means
The Webhook URL is not an address Tigby can deliver to: it has to be a public HTTPS endpoint.
What to do
Register a public HTTPS endpoint, like https://example.com/hooks/tigby.
The body
{
"type": "https://tigby.eu/problems/webhook_url_invalid",
"title": "URL not deliverable",
"status": 400,
"detail": "…what was refused, naming this request's own values",
"code": "webhook_url_invalid",
"doc_url": "https://docs.tigby.eu/errors/webhook_url_invalid",
"agent_hint": "…the next step, for software"
}Branch on code. The detail names this request's own Handle, id or limit and is not part of the contract.