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)
2. Click on your list. For eg here list "Aram Room Maintenance" has been selected here. Please note that this list is a shared list
3. Lets add a sample task here
6. Click on any of the list members you want to add as a verifier of Task
7. Now once the user completes the task, the verifier will have to mark the task as verified. This adds an additional step to increase accountability within your team. The verifier can make sure that the task is completed in the required manner.
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 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 ...
How to assign a task to a user
Assign Tasks to your team members with Ease 1. Open the Mobile or Web App 2. Click on your list. For eg here list "Aram Room Maintenance" has been selected here. Please note that this list is a shared list 3. Lets add a sample task here 4. Press ...
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 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", ...