Skip to main content
POST
Create a Slack Integration Resource

Authorizations

X-BRONTO-API-KEY
string
header
required

Body

application/json
name
string
required

Name of the Slack integration

Required string length: 1 - 255
Example:

"api_alerts"

channels
string[]
required

List of channels to which to send alerts

Minimum array length: 1
Example:
workspace_id
string<uuid>
required

Slack workspace to use for integration; you must first authenticate to the workspace through the Bronto UI

Required string length: 36
Example:

"12345678-589b-4dea-8efa-444bb3201bb6"

Response

Resource created successfully

id
string
required

A unique identifier for the integration resource

Example:

"550e8400-e29b-41d4-a716-446655440000"

name
string
required

Name of the Slack integration

Required string length: 1 - 255
Example:

"api_alerts"

channels
string[]
required

List of channels to which to send alerts

Minimum array length: 1
Example:
workspace_id
string<uuid>
required

Slack workspace to use for integration; you must first authenticate to the workspace through the Bronto UI

Required string length: 36
Example:

"12345678-589b-4dea-8efa-444bb3201bb6"