Triggers when a new link was added to the a task
{
event: 'TaskLinkCreated',
data: {
userId: uuid,
links: [ < LinkSchema > ]
},
teamId: uuid
}
Triggers when a new link was added to the a task
{
event: 'TaskLinkCreated',
data: {
userId: uuid,
links: [ < LinkSchema > ]
},
teamId: uuid
}