TaskLinkCreated

Triggers when a new link was added to the a task

{
    event: 'TaskLinkCreated',
    data: {
        userId: uuid,
        links: [ < LinkSchema > ]
    },
    teamId: uuid
}