How to mark / unmark a task as Important
How to Mark / Unmark a task as Imp (Step by Step)
1. Select the appropriate list and find the task that you wish to Mark as Important. Click on the corresponding menu button of the task as shown in the screenshot below.
2. From the popup menu that opens, Select Mark as IMP
If you wish to Unmark the task as Imp, Just repeat the steps above. For your reference, Mark as Imp will be ticked if the task is already marked as imp.
Related Articles
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", ...
Update Task API
This API allows you to update an existing task in a specified list. API URL https://app.wegodoo.com/ API Endpoint PUT /api/v1/tasks ## Important Notes: - All API requests must be made to this base URL followed by the specific endpoint path - HTTPS ...
Task Updated Event
The Task Updated event is triggered whenever a task is updated 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_updated", ...
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", ...
Task Completed Event
The Task Completed event is triggered whenever a task is marked as completed 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": ...