1.1.3 • Published 1 year ago

@mymoons/mattermost-notifications v1.1.3

Weekly downloads
1
License
ISC
Repository
-
Last release
1 year ago

Mattermost Notifications

Usage

/**
 * sendNotification sends a notification to the desired destination with the specified content
 * @param {Object} obj Object containing data
 * @param {String} obj.text Content of the message
 * @param {String} obj.to Recipient of the message, can be a channel or a user if preceded by @
 * @param {String} obj.username Username the message is sent by
 * @param {...Object} obj.props Any acceptable prop that mattermost can use
 * @param {String} endpoint endpoint token
 * @returns {Object} Response from mattermost API
 */
const sendNotification = async ({text, channel, username = 'Apolo de moons', ...props}, endpoint) => {}
1.1.3

1 year ago

1.1.1

2 years ago

1.1.2

2 years ago

1.1.0

2 years ago

1.0.0

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago