Popular Articles
Create Task API
This API allows you to create a new task in a specified list. API Endpoint POST /api/v1/tasks Request Body JSON payload: { "list_id": "12345", "task_name": "Prepare Presentation for Quarterly Review", "note": "Include key performance indicators and ...
Add Task Comment API
This API allows you to add a comment to a specific task in a specified list. API Endpoint POST /api/v1/tasks/comments Request Body JSON payload: { "task_id": "60965", "Comment": "This task requires additional clarification." } Required Fields task_id ...
How to create Reminder, add Due Date and set Recurrence for tasks
WeGoDoo helps you to add Due Date, Due Time / Reminder Time, and Recurrence for any task. Kindly Note Setting Due Date will show the task as due when you are viewing the task list Adding time in Remind me field will give you a notification reminder ...
How to Access Support within the WeGoDoo App
To access Support within the WeGoDoo Mobile Application To access Support within the WeGoDoo Web Application
Authentication (API Key Generate)
To access WeGoDoo's API, users must generate an API key. This key acts as a secure way to authenticate and access the WeGoDoo API. Host : app.wegodoo.com API Key Generation To access WeGoDoo’s API, users must generate an API key from their WeGoDoo ...