Donetick logo

Donetick

Collaborative task and chore management app for families and roommates

Alternative to: ourhome, tody

Donetick screenshot

About Versions (78)

v0.0.33

2025-02-12

Changelog

  • Add Support for Webhook!
  • task completion, task reminder and thing updates generate event can be consume via webhooks
  • Add Modal to Edit things
  • Add a custom 404 page
  • Fix Bug in Update things with Type strings

What about webhooks?

This release primarily focuses on enhancing integration capabilities through the webhook event system. The system now supports various event types, allowing for more flexible integrations.

Event TypeDescription
task.reminderThis event is triggered to remind users about a task.
task.completedThis event is triggered when a task is completed.
task.skippedThis event is triggered when a task is skipped.
thing.changedThis event is triggered when a thing is changed.

What can I do with webhooks?

You can send these events to any system and perform actions based on them. Whether it’s notifying users, updating records, or triggering other processes.

Configuring webhook:

You need to provide Donetick with a URL (your webhook endpoint) that will receive POST requests containing the event data. This URL can be configured within the Donetick settings. Donetick will then send HTTP POST requests to this URL whenever a relevant event occurs.

Full Changelog: https://github.com/donetick/donetick/compare/v0.0.32…v0.0.33