You can set up Slack notifications triggered by mention chats sent to you.
Admins can also configure Slack notifications with various triggers.
Advance Preparation
- Slack administrator privileges are required.
- Please prepare a Slack channel for notifications.
Slack Settings
1. Access https://api.slack.com/apps
2. Click “Create New App”
3. Click "From scratch"
4. Enter any name in "App name" *Only alphanumeric characters allowed
5. Select your Slack workspace for "Pick a workspace to develop your app in:"
6. Click “Create App”
7. Click “OAuth & Permissions” from the left menu
8. Scroll the screen a little and click “Add an OAuth Scope” under “Scopes” > “Bot Token Scopes”
9. Add the following 2 scopes:
- chat:write
- incoming-webhook
10. Scroll up the screen and click “Incoming Webhooks”
11. Click “Add New Webhook to Workspace”
12. Select the Slack channel name to be notified and click “Allow”
13. Copy the displayed webhook URL
14. Perform settings on ovice side
Please proceed to one of the steps below.
Set notifications for mention chats ( can be set by administrators and members )
Set notifications for various triggers ( can only be set by administrators )
ovice Settings (Setting Notifications for Mention Chat)
15. Move from personal settings to Integrations
16. Paste the contents of Slack configuration step 13 into the hook URL
17. Copy and paste the following string into the post data and click "Save"
{"text":"{{name}}"{{message}}""}
ovice Settings (Configure Notifications with Various Triggers)
15. Click on the three dots at the top left of the screen and select the "Space" tab on the main menu
*If you are not the organization owner, there is no need to select the tab.
16. Click Space Settings → Webhook
17. Click the + button for Webhook Settings
18. Select trigger
Please refer to the following and select the trigger for notification.
Configurable trigger
19. Paste the contents of Slack configuration step 13 into the webhook URL
20. Enter the post data using the webhook post data sample as a reference and click “Save”
Tips
-
Post data can freely change the value for text. Please refer to the following.
Webhook post data - With this setting, there is no need to enter header data on the ovice side.