With Tasks, site admins can efficiently create and manage tasks on a site. This enables site admins to organize and prioritize their daily activities, enhancing their customer relationship management. Tasks include activities such as follow up calls or emails, scheduling meetings with clients, tracking steps for customer onboarding, and more. Use tasks to organize and prioritize your work with Ascend by Wix.
The Tasks API allows you to:
It is important to note the following before you start to code:
dueDate
field only accepts dates formatted as a JS Date object. This field doesn't work with functional testing as JSON doesn't accept Date objects.To use the Tasks API, import tasks
from wix-crm.v2
:
Functions in the Tasks API are restricted and only run if you elevate permissions using the wix-auth
elevate()
function.
Warning: Elevating a function allows it to be called by any site visitor. Exercise caution to prevent security vulnerabilities.