Skip to main content
PUT
/
schedules
/
{schedule_id}
/
slack_channels
/
{channel_id}
Link a Slack channel to a schedule
curl --request PUT \
  --url https://api.shiftkeeper.io/schedules/{schedule_id}/slack_channels/{channel_id} \
  --header 'x-api-key: <api-key>'
{
  "error": {
    "code": "not_found",
    "status": 404,
    "message": "The requested resource was not found"
  }
}

Authorizations

x-api-key
string
header
required

Enter your API key which starts with 'keeper_'

Path Parameters

schedule_id
string
required

The ID of the schedule.

channel_id
string
required

The Slack ID of the channel.

Response

Slack channel linked to schedule