Skip to main content
API version 2024.0 A request to create a Slack Integration Mapping object.
box_item
object
The schema for an integration mapping Box item object for type Slack.
options
object
The schema for an integration mapping options object for Slack type.
partner_item
object
The schema for an integration mapping mapped item object for type Slack.Depending if Box for Slack is installed at the org or workspace level, provide either slack_org_id or slack_workspace_id. Do not use both parameters at the same time.
{
  "box_item": {
    "id": "1234567891",
    "type": "folder"
  },
  "options": {
    "is_access_management_disabled": true
  },
  "partner_item": {
    "id": "C12378991223",
    "type": "channel",
    "slack_org_id": "E1234567",
    "slack_workspace_id": "T12352314"
  }
}