mirror of
https://github.com/prowler-cloud/prowler.git
synced 2025-12-19 05:17:47 +00:00
1.4 KiB
1.4 KiB
Integrations
## Slack
Prowler can be integrated with Slack to send a summary of the execution having configured a Slack APP in your channel with the following command:
prowler <provider> --slack
???+ note Slack integration needs SLACK_API_TOKEN and SLACK_CHANNEL_ID environment variables.
Configuration
To configure the Slack Integration, follow the next steps:
-
Create a Slack Application:
-
Go to Slack API page, scroll down to the Create app button and select your workspace:

-
Get the Slack App OAuth Token that Prowler needs to send the message:

-
-
Optionally, create a Slack Channel (you can use an existing one)
-
Integrate the created Slack App to your Slack channel:
-
Set the following environment variables that Prowler will read:
SLACK_API_TOKEN: the Slack App OAuth Token that was previously get.SLACK_CHANNEL_ID: the name of your Slack Channel where Prowler will send the message.


