Send Slack Notifications from Autonomous Database
Describes how to configure Slack so that you can send messages, alerts, or output of a query from Autonomous Database to a Slack Channel. Also describes the procedures you use to send Slack notifications.
- Prepare to Send Slack Notifications from Autonomous Database
To send Slack notifications, configure your Slack application to receive messages from Autonomous Database. Next, create a credential to use withDBMS_CLOUD_NOTIFICATION
procedures to send Slack notifications from Autonomous Database. - Send Messages to a Slack Channel
You can use theDBMS_CLOUD_NOTIFICATION
package to send messages to a Slack channel. - Send Query Results to a Slack Channel
You can use theDBMS_CLOUD_NOTIFICATION
package to send the results of a query to a Slack channel.
Parent topic: Send Email and Notifications on Autonomous Database
Prepare to Send Slack Notifications from Autonomous Database
To send Slack notifications, configure your Slack
application to receive messages from Autonomous Database. Next, create a credential to use with DBMS_CLOUD_NOTIFICATION
procedures to send Slack
notifications from Autonomous Database.
To use Slack with DBMS_CLOUD_NOTIFICATION
procedures:
Parent topic: Send Slack Notifications from Autonomous Database
Send Messages to a Slack Channel
You can use the DBMS_CLOUD_NOTIFICATION
package to send messages to a Slack
channel.
See SEND_MESSAGE Procedure for more information.
Parent topic: Send Slack Notifications from Autonomous Database
Send Query Results to a Slack Channel
You can use the DBMS_CLOUD_NOTIFICATION
package to send the results of a
query to a Slack channel.
See SEND_DATA Procedure for more information.
Related Topics
Parent topic: Send Slack Notifications from Autonomous Database