diff --git a/docs/documentation/platform/workflow-integrations/slack-integration.mdx b/docs/documentation/platform/workflow-integrations/slack-integration.mdx
index 2317baabee..38fc15ebe7 100644
--- a/docs/documentation/platform/workflow-integrations/slack-integration.mdx
+++ b/docs/documentation/platform/workflow-integrations/slack-integration.mdx
@@ -17,13 +17,13 @@ This guide will provide step by step instructions on how to configure Slack inte

- Press "Add" and select "Slack" as the platform.
+ 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 **Allow**.
+ 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.
@@ -38,6 +38,7 @@ This guide will provide step by step instructions on how to configure Slack inte
+ Press **Add** and select **Slack** as the platform.

@@ -66,13 +67,13 @@ This guide will provide step by step instructions on how to configure Slack inte
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.
+

- Click the "Create Slack app" button. This will open up a new window with the
- custom app creation flow on Slack.
- 
-
Select the Slack workspace you want to integrate with Infisical.

@@ -87,7 +88,7 @@ This guide will provide step by step instructions on how to configure Slack inte
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.
+ Complete the admin setup by pressing **Save**.
@@ -101,13 +102,13 @@ This guide will provide step by step instructions on how to configure Slack inte

- Press "Add" and select "Slack" as the platform.
+ 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 **Allow**.
+ 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.
@@ -122,6 +123,7 @@ This guide will provide step by step instructions on how to configure Slack inte
+ Press **Add** and select **Slack** as the platform.

@@ -162,3 +164,87 @@ This guide will provide step by step instructions on how to configure Slack inte
channels](/images/platform/workflow-integrations/slack-integration/private-slack-setup-channel-field.png)
+
+## Slack Events
+
+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.
+
+
+
+ ### 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
+
+ 
+
+
+
+ ### Secret Approval
+ This event is triggered when a secret approval request is created. This occurs when a user attempts to create, update, or delete secrets that require approval based on secret approval policies.
+
+ **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
+
+ 
+
+
+
+ ### Secret Sync Error
+ This event is triggered when a secret sync operation fails. Secret syncs allow you to synchronize secrets between Infisical and external systems like GitHub, GitLab, AWS Secrets Manager, and others.
+
+ **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
+
+ 
+
+
diff --git a/docs/images/platform/workflow-integrations/slack-integration/access-request-notification.png b/docs/images/platform/workflow-integrations/slack-integration/access-request-notification.png
new file mode 100644
index 0000000000..ad40c8f4fd
Binary files /dev/null and b/docs/images/platform/workflow-integrations/slack-integration/access-request-notification.png differ
diff --git a/docs/images/platform/workflow-integrations/slack-integration/access-request-updated-notification.png b/docs/images/platform/workflow-integrations/slack-integration/access-request-updated-notification.png
new file mode 100644
index 0000000000..f7bbf51ae3
Binary files /dev/null and b/docs/images/platform/workflow-integrations/slack-integration/access-request-updated-notification.png differ
diff --git a/docs/images/platform/workflow-integrations/slack-integration/admin-slack-integration-app-credential-form.png b/docs/images/platform/workflow-integrations/slack-integration/admin-slack-integration-app-credential-form.png
index 0b97be58a4..1af15b0748 100644
Binary files a/docs/images/platform/workflow-integrations/slack-integration/admin-slack-integration-app-credential-form.png and b/docs/images/platform/workflow-integrations/slack-integration/admin-slack-integration-app-credential-form.png differ
diff --git a/docs/images/platform/workflow-integrations/slack-integration/admin-slack-integration-app-credentials.png b/docs/images/platform/workflow-integrations/slack-integration/admin-slack-integration-app-credentials.png
index ddf245effa..136cea9d85 100644
Binary files a/docs/images/platform/workflow-integrations/slack-integration/admin-slack-integration-app-credentials.png and b/docs/images/platform/workflow-integrations/slack-integration/admin-slack-integration-app-credentials.png differ
diff --git a/docs/images/platform/workflow-integrations/slack-integration/admin-slack-integration-app-summary.png b/docs/images/platform/workflow-integrations/slack-integration/admin-slack-integration-app-summary.png
index 95e9fe4ba3..31cd0c4585 100644
Binary files a/docs/images/platform/workflow-integrations/slack-integration/admin-slack-integration-app-summary.png and b/docs/images/platform/workflow-integrations/slack-integration/admin-slack-integration-app-summary.png differ
diff --git a/docs/images/platform/workflow-integrations/slack-integration/admin-slack-integration-app-workspace-select.png b/docs/images/platform/workflow-integrations/slack-integration/admin-slack-integration-app-workspace-select.png
index 0c047ab1aa..39955f5472 100644
Binary files a/docs/images/platform/workflow-integrations/slack-integration/admin-slack-integration-app-workspace-select.png and b/docs/images/platform/workflow-integrations/slack-integration/admin-slack-integration-app-workspace-select.png differ
diff --git a/docs/images/platform/workflow-integrations/slack-integration/admin-slack-integration-create-app.png b/docs/images/platform/workflow-integrations/slack-integration/admin-slack-integration-create-app.png
deleted file mode 100644
index 502dbde0a6..0000000000
Binary files a/docs/images/platform/workflow-integrations/slack-integration/admin-slack-integration-create-app.png and /dev/null differ
diff --git a/docs/images/platform/workflow-integrations/slack-integration/admin-slack-integration-overview.png b/docs/images/platform/workflow-integrations/slack-integration/admin-slack-integration-overview.png
index 54ad6ca6ed..3a200f2965 100644
Binary files a/docs/images/platform/workflow-integrations/slack-integration/admin-slack-integration-overview.png and b/docs/images/platform/workflow-integrations/slack-integration/admin-slack-integration-overview.png differ
diff --git a/docs/images/platform/workflow-integrations/slack-integration/cloud-org-slack-integration-authenticate.png b/docs/images/platform/workflow-integrations/slack-integration/cloud-org-slack-integration-authenticate.png
index 048e91f853..8b9e59eca4 100644
Binary files a/docs/images/platform/workflow-integrations/slack-integration/cloud-org-slack-integration-authenticate.png and b/docs/images/platform/workflow-integrations/slack-integration/cloud-org-slack-integration-authenticate.png differ
diff --git a/docs/images/platform/workflow-integrations/slack-integration/org-slack-integration-add-form.png b/docs/images/platform/workflow-integrations/slack-integration/org-slack-integration-add-form.png
index 97b38d6e45..1554b9bd84 100644
Binary files a/docs/images/platform/workflow-integrations/slack-integration/org-slack-integration-add-form.png and b/docs/images/platform/workflow-integrations/slack-integration/org-slack-integration-add-form.png differ
diff --git a/docs/images/platform/workflow-integrations/slack-integration/org-slack-integration-authenticate.png b/docs/images/platform/workflow-integrations/slack-integration/org-slack-integration-authenticate.png
index 166e5849f8..ef492c0187 100644
Binary files a/docs/images/platform/workflow-integrations/slack-integration/org-slack-integration-authenticate.png and b/docs/images/platform/workflow-integrations/slack-integration/org-slack-integration-authenticate.png differ
diff --git a/docs/images/platform/workflow-integrations/slack-integration/org-slack-integration-created.png b/docs/images/platform/workflow-integrations/slack-integration/org-slack-integration-created.png
index f46f61d894..bf98abd0ef 100644
Binary files a/docs/images/platform/workflow-integrations/slack-integration/org-slack-integration-created.png and b/docs/images/platform/workflow-integrations/slack-integration/org-slack-integration-created.png differ
diff --git a/docs/images/platform/workflow-integrations/slack-integration/org-slack-integration-initial-add.png b/docs/images/platform/workflow-integrations/slack-integration/org-slack-integration-initial-add.png
index 5bd66d9327..5d9316d759 100644
Binary files a/docs/images/platform/workflow-integrations/slack-integration/org-slack-integration-initial-add.png and b/docs/images/platform/workflow-integrations/slack-integration/org-slack-integration-initial-add.png differ
diff --git a/docs/images/platform/workflow-integrations/slack-integration/org-slack-integration-overview.png b/docs/images/platform/workflow-integrations/slack-integration/org-slack-integration-overview.png
index 1f73865595..9bfbbb7f77 100644
Binary files a/docs/images/platform/workflow-integrations/slack-integration/org-slack-integration-overview.png and b/docs/images/platform/workflow-integrations/slack-integration/org-slack-integration-overview.png differ
diff --git a/docs/images/platform/workflow-integrations/slack-integration/private-slack-setup-channel-field.png b/docs/images/platform/workflow-integrations/slack-integration/private-slack-setup-channel-field.png
index 3f6bd0d1d5..4864045f31 100644
Binary files a/docs/images/platform/workflow-integrations/slack-integration/private-slack-setup-channel-field.png and b/docs/images/platform/workflow-integrations/slack-integration/private-slack-setup-channel-field.png differ
diff --git a/docs/images/platform/workflow-integrations/slack-integration/project-slack-integration-config.png b/docs/images/platform/workflow-integrations/slack-integration/project-slack-integration-config.png
index c6dd70ad73..a844988d59 100644
Binary files a/docs/images/platform/workflow-integrations/slack-integration/project-slack-integration-config.png and b/docs/images/platform/workflow-integrations/slack-integration/project-slack-integration-config.png differ
diff --git a/docs/images/platform/workflow-integrations/slack-integration/project-slack-integration-overview.png b/docs/images/platform/workflow-integrations/slack-integration/project-slack-integration-overview.png
index 944db9ccac..6806527dac 100644
Binary files a/docs/images/platform/workflow-integrations/slack-integration/project-slack-integration-overview.png and b/docs/images/platform/workflow-integrations/slack-integration/project-slack-integration-overview.png differ
diff --git a/docs/images/platform/workflow-integrations/slack-integration/project-slack-integration-select.png b/docs/images/platform/workflow-integrations/slack-integration/project-slack-integration-select.png
index 073d3fd93c..9367d55a54 100644
Binary files a/docs/images/platform/workflow-integrations/slack-integration/project-slack-integration-select.png and b/docs/images/platform/workflow-integrations/slack-integration/project-slack-integration-select.png differ
diff --git a/docs/images/platform/workflow-integrations/slack-integration/secret-approval-notification.png b/docs/images/platform/workflow-integrations/slack-integration/secret-approval-notification.png
new file mode 100644
index 0000000000..ef6d2ddad9
Binary files /dev/null and b/docs/images/platform/workflow-integrations/slack-integration/secret-approval-notification.png differ
diff --git a/docs/images/platform/workflow-integrations/slack-integration/secret-sync-error-notification.png b/docs/images/platform/workflow-integrations/slack-integration/secret-sync-error-notification.png
new file mode 100644
index 0000000000..121864df62
Binary files /dev/null and b/docs/images/platform/workflow-integrations/slack-integration/secret-sync-error-notification.png differ