Triggers when a new resource was added to the team. This can be both real and virtual resources.
{
event: 'ResourceCreated',
data: {
userId: uuid,
resources: [ < ResourceSchema > ]
},
teamId: uuid
}
Triggers when a new resource was added to the team. This can be both real and virtual resources.
{
event: 'ResourceCreated',
data: {
userId: uuid,
resources: [ < ResourceSchema > ]
},
teamId: uuid
}