onTaskCreated( )


An event that triggers when a new task is created.

The onTaskCreated() event handler runs when a new task is created. The received TaskCreated object contains information about the task that was created.

Note: Backend events don't work when previewing your site.

Method Declaration
Copy
Method Parameters
eventTaskCreated

Information about the task that was created and metadata for the event.

An event fired when a task is created
JavaScript
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?