Keep’s integration for Slack enables seamless communication by allowing you to send notifications to Slack. This integration is designed to streamline your processes, ensuring your team remains informed with real-time updates.
Direct Notifications: Utilize Keep to send messages directly to your Slack channels.
Flexible Configuration: Easily configure alerts based on specific triggers within your Keep workflows.
Interactive Messages: Enhance your Slack messages with interactive components like buttons and inputs.
Editable Messages: Update existing Slack messages dynamically based on changes in alert status or other workflow outcomes, ensuring that your notifications reflect the most current information.
This provider can be used in workflows.As “action” to make changes or update data, example:
Copy
actions: - name: Query slack provider: slack config: "{{ provider.my_provider_name }}" with: message: {value} # The content of the message. blocks: {value} # The blocks of the message. channel: {value} # The channel to send the message slack_timestamp: {value} # The timestamp of the message to update thread_timestamp: {value} # The timestamp of the thread to send the message attachments: {value} # The attachments of the message. username: {value} # The username of the message. notification_type: {value} # The type of notification.
Keep’s integration for Slack supports two primary authentication methods:
Webhook URL: For simple notifications, use the webhook URL associated with your Slack channel.
OAuth 2.0: For a more integrated experience, authorize Keep using Slack’s OAuth 2.0 flow. This method is particularly useful for applications requiring access to more Slack features.
Add to Slack: Begin by clicking the “Add to Slack” button on this page. You’ll be guided through the OAuth authorization process to connect Keep with your Slack workspace.
Installation Confirmation: After adding Keep to Slack, you’ll be redirected to a confirmation page. This page will confirm the successful installation and provide the next steps to fully leverage Slack notifications within your Keep workflows.
With Keep’s integration for Slack installed, you’re ready to enhance your workflows with Slack notifications. Here’s how to get started:
Workflow Integration: In Keep, select the workflow you wish to add Slack notifications to. Add a Slack notification block and configure it with your message or alert criteria.
Send a Test Notification: Ensure your setup is correct by sending a test notification through your configured workflow, use the “Run Manually” link for that..