docs/documentation/platform/workflow-integrations/slack-integration.mdx
This guide will provide step by step instructions on how to configure Slack integration for your Infisical projects.
Give your Slack integration a descriptive alias. You will use this to select the Slack integration for your project.

Press **Connect Slack**. This opens up the Slack app installation flow. Select the Slack workspace you want to install the custom Slack app to and press **Install Infisical**.

This completes the workflow integration creation flow. The projects in your organization can now use this Slack integration to send real-time updates to your Slack workspace.


</Step>
</Steps>
### Configure project to use Slack workflow integration
<Steps>
<Step title="Navigate to the Workflow Integrations tab in the project settings">
Press **Add** and select **Slack** as the platform.

</Step>
<Step title="Select the Slack integration to use for the project">
Your project will send notifications to the connected Slack workspace of the
selected Slack integration when the configured events are triggered.

</Step>
<Step title="Configure the Slack notification settings for the project and click Save.">

<Info>
To enable notifications in private Slack channels, you need to invite the Infisical Slack bot to join those channels.
</Info>
You now have a working native integration with Slack!
</Step>
</Steps>
<Steps>
<Step title="Navigate to the Integrations tab in the Admin settings">
Before anything else, you need to setup the Slack app to be used by
your Infisical instance. Because you're self-hosting, you will need to
create this Slack application as demonstrated in the preceding step.
Click the **Create Slack app** button. This will open up a new window with the
custom app creation flow on Slack.

</Step>
<Step title="Create Slack app">
Select the Slack workspace you want to integrate with Infisical.

The configuration values of your custom Slack app will be pre-filled for you. You can view or edit the app manifest by clicking **Edit Configurations**.

Once everything's confirmed, press Create.
</Step>
<Step title="Input app credentials from Slack">
Copy the Client ID and Client Secret values from your newly created custom Slack app and add them to Infisical.


Complete the admin setup by pressing **Save**.
</Step>
</Steps>
### Create Slack workflow integration
<Steps>
<Step title="Navigate to the Workflow Integrations tab in your organization settings">
In order to use Slack integration in your projects, you will first have to
configure a Slack workflow integration in your organization.

</Step>
<Step title="Install Slack app to workspace">
Press **Add** and select **Slack** as the platform.

Give your Slack integration a descriptive alias. You will use this to select the Slack integration for your project.

Press **Connect Slack**. This opens up the Slack app installation flow. Select the Slack workspace you want to install the custom Slack app to and press **Install Infisical**.

Your Slack bot will then be added to your selected Slack workspace. This completes the workflow integration creation flow. Your projects in the organization can now use this Slack integration to send real-time updates to your Slack workspace.


</Step>
</Steps>
### Configure project to use Slack workflow integration
<Steps>
<Step title="Navigate to the Workflow Integrations tab in the project settings">
Press **Add** and select **Slack** as the platform.

</Step>
<Step title="Select the Slack integration to use for the project">
Your project will send notifications to the connected Slack workspace of the
selected Slack integration when the configured events are triggered.

</Step>
<Step title="Configure the Slack notification settings for the project and click Save.">

<Info>
To enable notifications in private Slack channels, you need to invite your Slack bot to join those channels.
</Info>
You now have a working native integration with Slack!
</Step>
</Steps>
The Slack integration supports the following events that can be configured for your projects. Each event is triggered when specific actions occur within your Infisical instance.
<Tabs> <Tab title="Access Request"> ### Access Request This event is triggered when a user creates a new access approval request for a project. The notification includes details about the requester, the requested permissions, the secret path and environment, and whether the access is temporary or permanent.**When it's triggered:**
- A user submits a new access approval request through the Infisical UI
- The request requires approval based on configured access approval policies
- The notification is sent to the configured access request channels
**Notification includes:**
- Requester's full name and email
- Requested permissions (read, write, etc.)
- Secret path and environment
- Access type (temporary or permanent)
- Optional user note
- Direct link to review the request

### Access Request Updated
This event is triggered when an existing access approval request is modified or updated. This helps approvers stay informed about changes to pending requests.
**When it's triggered:**
- An access approval request is edited by the requester or another authorized user
- Changes are made to permissions, temporary range, or notes
- The notification is sent to the configured access request channels
**Notification includes:**
- Original requester's information
- Editor's full name and email (who made the update)
- Updated permissions
- Updated secret path and environment
- Editor's note explaining the changes
- Direct link to review the updated request

**When it's triggered:**
- A user creates, updates, or deletes secrets in a path protected by a secret approval policy
- The changes require approval before being applied
- The notification is sent to the configured secret request channels
**Notification includes:**
- User's email who initiated the change
- Environment and secret path
- List of secret keys affected
- Direct link to review and approve the secret changes

**When it's triggered:**
- A secret sync fails to push secrets to the destination
- A secret sync fails to pull secrets from the source
- A secret sync fails to import secrets
- A secret sync fails to remove secrets
- Any other error occurs during the sync process
**Notification includes:**
- Sync name and destination
- The action that failed
- Environment and secret path
- Project name
- Detailed error message explaining the failure
- Direct link to view and troubleshoot the sync configuration
