Search.../

Introduction

Note: The Tasks submodule is deprecated. If you're already using this module in your code, it will continue to work. To stay compatible with future changes, update your code with the migration instructions in this module's functions.

The Tasks API is used to manage a site's tasks.

Use tasks to organize and prioritize your work with Ascend by Wix.

To use the Tasks API, import tasks from the wix-crm-backend module:

import { tasks } from 'wix-crm-backend';
javascript | Copy Code

Was this helpful?