Call a webhook with record ids
Call a n8n webhook
// forest/users.js
const Liana = require('forest-express-sequelize');
Liana.collection('users', {
actions: [
{
name: 'Notify with slack',
type: 'single',
},
],
});PreviousAdd many existing records at the same time (hasMany-belongsTo relationship)NextBulk update records
Last updated
Was this helpful?