Create
Create a new schedule sync target for a Slack user group.
POST
Create
Documentation Index
Fetch the complete documentation index at: https://docs.incident.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key from your incident.io dashboard (Settings → API keys)
Body
application/json
Example:
{
"add_bot_to_group": true,
"annotations": { "incident.io/terraform/version": "3.0.0" },
"new_slack_user_group": {
"description": "The team responsible for Project A",
"handle": "project-team-a",
"name": "Project Team A",
"slack_team_id": "T01234567"
},
"slack_user_group_id": "S06MNNU5BMK"
}Response
201 - application/json
Created response.
Create