How to correctly setup a Slack integration
Slack is a messaging app for teams. It brings all your team's communication and files in one place, where they're instantly searchable and available wherever you go.
PUT
/integrations/slack
Schema Type:
"object"
Required Fields:
app_idclient_idclient_secretsigning_secret
Properties
client_secret
required"string"
The Slack client secret that can be found in the app's settings page of the Slack API dashboard.
signing_secret
required"string"
The Slack signing secret that can be found in the app's settings page of the Slack API dashboard.
app_id
required"string"
The Slack app ID that can be found in the app's settings page of the Slack API dashboard.
client_id
required"string"
The Slack client ID that can be found in the app's settings page of the Slack API dashboard.
Example Request
{
"app_id": "12345678901",
"client_id": "1.0",
"client_secret": "12345678901234567890123456789012",
"signing_secret": "12345678901234567890123456789012"
}
You can combine this integration with:
See all integrations here