Recent Articles
How to send copy of tasks to other apps using the Select and Send Functionality
Select and Send: Share Tasks Effortlessly ? Welcome to a simpler way of sharing tasks with WeGoDoo’s Select and Send feature! ? Whether you're coordinating with colleagues or syncing tasks across multiple apps, this intuitive functionality lets you ...
Task Reminder Event
The Task Reminder webhook is triggered automatically at the exact time you've set a reminder for a task in WeGoDoo. For example, if a task reminder is set for March 15th at 10:00 AM, this webhook fires precisely at that moment, enabling you to ...
Task Deleted Event
The Task Deleted event is triggered whenever a task is deleted in the WeGoDoo application. When this event occurs, a webhook will send the following JSON payload to the configured endpoint: JSON Payload Example { "event_type": "task_deleted", ...
Task Comment Event
The Task Comment event is triggered whenever a new comment is added to a task in the WeGoDoo application. When this event occurs, a webhook will send the following JSON payload to the configured endpoint: JSON Payload Example { "event_type": ...
Task Verified Event
The Task Verified event is triggered whenever a task is verified in the WeGoDoo application. When this event occurs, a webhook will send the following JSON payload to the configured endpoint: JSON Payload Example { "event_type": "task_verified", ...