Slack

Configure Slack notifications for your organization.

Create Slack app

Create Slack app

SecuritybearerAuth
Request
Request Body schema: application/json
accessToken
required
string <= 1000 characters

The access token required for creating slack app

Responses
200

Created Slack app response

400

Bad request.

401

Unauthorized

403

Forbidden

404

The specified resource was not found

500

unexpected error

501

unexpected error

503

unexpected error

post/api/v1/notification-channels/slack/create-app
Request samples
application/json
{
  • "accessToken": "<your_access_token>"
}
Response samples
application/json