mirror of
https://github.com/plankanban/planka.git
synced 2025-12-18 09:13:21 +03:00
@@ -95,6 +95,15 @@ module.exports = {
|
||||
buildAndSendSlackMessage(values.user, values.card, action);
|
||||
}
|
||||
|
||||
await sails.helpers.utils.sendWebhook.with({
|
||||
event: 'ACTION_CREATE',
|
||||
data: action,
|
||||
projectId: inputs.board.projectId,
|
||||
user: inputs.request.currentUser,
|
||||
card: values.card,
|
||||
board: inputs.board,
|
||||
});
|
||||
|
||||
return action;
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user