/notifier

webhook notifier

Primary LanguageTypeScript

Notifier

a webhook notifier.

Install

pnpm install @lexmin0412/notifier

Usage

sendQYWXRobotNotification

sendQYWXRobotNotification({
	key: 'xxxxxxxx-xxxx-xxx-xxxx-xxxxxxxx',
	data: {
		msgtype: 'text',
		text: {
			content: 'sendQYWXRobotNotification success'
		}
	}
})

sendNotificationByType

sendNotificationByType('QYWX_ROBOT', {
	key: 'xxxxxxxx-xxxx-xxx-xxxx-xxxxxxxx',
	data: {
		msgtype: 'text',
		text: {
			content: 'sendNotificationByType success'
		}
	}
})

Appreciation