Webhooks
With webhooks you can send changes in your workspace to another server. This
makes it possible to trigger actions on another server. Notifications are send
as soon as possible which makes it possible to automate workflows with other
external tools.
Simply provide an URL and Todo2d will send a JSON formatted message using a
POST request.
All messages are cryptographically signed to avoid abuse of your systems.