cURL
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" } }
Link a Slack channel to a schedule. Shift and schedule related notifications will be sent to the channel.
Currently only public channels are supported.
Enter your API key which starts with 'keeper_'
The ID of the schedule.
The Slack ID of the channel.
Slack channel linked to schedule