---
title: "Save a Slack integration"
method: PUT
path: "/integrations/slack"
tags: ["slack", "channel/slack"]
---

# Save a Slack integration

`PUT /integrations/slack`

Updates or creates the Slack integration for the project.

## Request body

- SlackConfigPayload
  - `app_id` string, required — The Slack app ID that can be found in the app's settings page of the Slack API dashboard.
  - `client_id` string, required — The Slack client ID that can be found in the app's settings page of the Slack API dashboard.
  - `client_secret` string, required — The Slack client secret that can be found in the app's settings page of the Slack API dashboard.
  - `signing_secret` string, required — The Slack signing secret that can be found in the app's settings page of the Slack API dashboard.

## Response `200`

OK

- SlackConfigPayload
  - `app_id` string, required — The Slack app ID that can be found in the app's settings page of the Slack API dashboard.
  - `client_id` string, required — The Slack client ID that can be found in the app's settings page of the Slack API dashboard.
  - `client_secret` string, required — The Slack client secret that can be found in the app's settings page of the Slack API dashboard.
  - `signing_secret` string, required — The Slack signing secret that can be found in the app's settings page of the Slack API dashboard.

---

[API](https://skmtc.net/magicbell/apis/magicbell-api.md) · [All operations](https://skmtc.net/magicbell/apis/magicbell-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/magicbell/magicbell-api/revisions/8b99dca11019/schema)
