Slack Integration - Configuration Docs

To configure the Slack integration, you'll need the following data:

required fields are marked with an `*`
ParameterTypeDescription
app_idstring *The Slack app ID that can be found in the app's settings page of the Slack API dashboard.
client_idstring *The Slack client ID that can be found in the app's settings page of the Slack API dashboard.
client_secretstring *The Slack client secret that can be found in the app's settings page of the Slack API dashboard.
signing_secretstring *The Slack signing secret that can be found in the app's settings page of the Slack API dashboard.

Example

{
  "app_id": "12345678901",
  "client_id": "1.0",
  "client_secret": "12345678901234567890123456789012",
  "signing_secret": "12345678901234567890123456789012"
}

Configure via Dashboard

The easiest way to configure this integration is through the MagicBell dashboard:

  1. Log in to your MagicBell dashboard.
  2. Navigate to Integrations.
  3. Find and click on this integration.
  4. Follow the on-screen instructions to complete the configuration.

Configure via API

You can also configure the integration using the API

Example

{
  "app_id": "12345678901",
  "client_id": "1.0",
  "client_secret": "12345678901234567890123456789012",
  "signing_secret": "12345678901234567890123456789012"
}