Checklist card events
All events below include the Base Event Data and Core Context Fields for cards automatically. Only event-specific fields are listed below.
Checklist started
Raised when a user starts a checklist card.
{
"checklistText": "string" // The checklist heading text
}
Checklist finished
Raised when a user finishes a checklist card.
{
"checklistText": "string" // The checklist heading text
}