Døgn ← Døgn
Reference

Webhooks

Last updated: July 2026

Through configured HTTPS webhooks, Døgn reports selected time-entry, timer, project and client events to external systems, such as your own automation. This generic integration is separate from the local KveikGraph sync to tjent. You configure it under „Settings → Webhooks".

Add a webhook

The „Webhook Configuration" tab explains in its empty state: „Configure webhooks to send time entry events to external systems. All webhook deliveries are optional and user-controlled." „Add Webhook" creates one and you fill in the form:

  • „Name" — a name to recognize it by.
  • „URL" — the recipient; only https:// is allowed.
  • „Secret (optional)" — the key for the HMAC signature.
  • „Events" — which events are sent.
  • „Retry Attempts" and „Timeout (milliseconds)" — the delivery behavior.

The „Active" toggle arms the webhook; „Test", „Edit" and „Delete" manage existing entries.

Events

A webhook fires on time-entry, project and client events — from creating and updating, through starting and stopping time entries, to deleting. You choose per webhook which events it reacts to, and so limit delivery to what the recipient really needs.

Signature & delivery

HTTPS only: when a secret is set, deliveries are signed with X-Webhook-Signature (HMAC-SHA256) — so the recipient can verify authenticity. Delivery is over HTTPS only; failed deliveries are retried with exponential backoff.