# plugin-notification
plugin-notification (opens new window) is a Crawlab plugin that allows users to send and receive notifications from Crawlab using email or mobile applications (e.g. WeChat, DingTalk).
# Notification Type
There are 2 types of notifications in plugin-notification.
- Mail: Sending notifications via email.
- Mobile: Sending notifications via mobile webhooks.
# Triggers
plugin-notification allows users to set triggers in order to configure when to send notifications.
You can follow the below steps to configure triggers.
- Navigate to
Notifications
page. - Navigate to notification detail page by clicking the name or
View
button on the right. - Click
Triggers
tab. - Select triggers for sending notifications.
# Template
plugin-notification allows users to customize notification content. Refer to Template Syntax for more information.
You can follow the below steps to customize content.
- Navigate to
Notifications
page. - Navigate to notification detail page by clicking the name or
View
button on the right. - Click
Template
tab. - Edit template.
# Template Syntax
🚧 Under construction...