UNPKG

@taoya785/flow-bark

Version:

Bark notification plugin for activepieces

16 lines (12 loc) 441 B
'use strict'; const sendCritical = require('./send-critical.js'); const sendNotification = require('./send-notification.js'); const sendSimple = require('./send-simple.js'); const sendTimeSensitive = require('./send-time-sensitive.js'); const actions = [ sendNotification.sendNotificationAction, sendCritical.sendCriticalAction, sendTimeSensitive.sendTimeSensitiveAction, sendSimple.sendSimpleAction ]; exports.actions = actions;