How to Create a task

How to Create a task

Creating a task in WeGoDoo is simple and straightforward



How to Create a task (Step by Step)
1. Select the appropriate list. Here for eg, the Inbox list is selected


2. Add a new task here. Type the name of the task and press enter or click the Arrow on the right.




    • Related Articles

    • Create Task API

      This API allows you to create a new task in a specified list. API URL https://app.wegodoo.com/ API Endpoint POST /api/v1/tasks ## Important Notes: - All API requests must be made to this base URL followed by the specific endpoint path - HTTPS ...
    • How does Task Recurrence work in WeGoDoo

      How to create recurring tasks in WeGoDoo Learn how to create recurring tasks in WeGoDoo to streamline your workflow. Follow these engaging instructions to set up and manage tasks efficiently. Go to app.wegodoo.com 1. Click here to add a task 2. Fill ...
    • 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 ...
    • Task Created Event

      The Task Created event is triggered whenever a new task is created 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_created", ...
    • 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", ...