1.0.3 • Published 3 years ago

@lexmin0412/notifier v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago