How to add a task description or note to an existing task
Sometimes a task needs just a little more context than what you can fit into a task name. That's where task descriptions come in handy.
How to Use the Notes field in Task to add a description (Step by Step)
1. Go to the preferred list. For reference, let's select the Inbox list.
2. Select the task to which you want to add a description.
3. Go to Add Notes and add the required description.
Related Articles
Add Task Comment API
This API allows you to add a comment to a specific task in a specified list. API URL https://app.wegodoo.com/ API Endpoint POST /api/v1/tasks/comments ## Important Notes: - All API requests must be made to this base URL followed by the specific ...
How to add a user as a verifier of a task
When adding a user as verifier, You can ensure that the task is completed as expected. Add A Verifier to a Task (Step By Step) 1. Open the Mobile or Web App 2. Click on your list. For eg here list "Aram Room Maintenance" has been selected here. ...
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 ...
How to add comments to a task
The comments section offers a place for your team members to communicate and share information on a task. Discussing task-relevant issues right within WeGoDoo is very simple and effective for collaborating with team members. How to add comments to a ...
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", ...