Notifications¶
dataopsly now provides a separate page for notiifcations, where the users can now see the recent 3 notifications in the topnav and the remaining in the page, where they can do mark as read or delete.
For now we have only mail and slack notifications, we are soon coming on jira
Info
Subscribe to the notifications groups for your user with the already existing group or create a group. For ref - Click here
Create to get notified about every instance of your Job to keep track of it and updated.
For Mail notifications, choose mail and based on the selected user's mail id, the mail will get received to you once the job starts, or succeeds or fails. And for receiving, you'll have to update this notification group in the job as well.
For slack notifications, this is little big process, we'll go through this step-by-step:
- Go to Slack API
- Go to Your Apps from there
- Click Create a New App
- You can either choose to create it from scratch or use the template(better preference is using template)
- Choose the workspace you want the app to be created
- In the given JSON file format, you can customize your name of the app
- Review and click create
- Go to the Incoming Webhooks page
- Activate the webhook, and copy the URL and paste it in dataopsly under slack url.
- Choose the channel where you want to receive the notifications by adding the webhook to workspace
So, through this, as soon as a job is triggered you'll receive notifications in slack channel which was configured by you in slack👍