---
title: "Create social binding"
method: POST
path: "/api/im/bindings"
tags: ["IM-Bindings"]
---

# Create social binding

`POST /api/im/bindings`

Bind an IM identity to an external platform (Telegram, Slack, etc.).

## Request body

- object
  - `platform` 'telegram' | 'slack' | 'discord' | 'wechat' | 'whatsapp', required
  - `botToken` string
  - `chatId` string
  - `externalId` string

## Response `200`

Binding created

## Other responses

- `401` — Missing or invalid authentication

---

[API](https://skmtc.dev/prismer-ai/apis/prismer-cloud-api.md) · [All operations](https://skmtc.dev/prismer-ai/apis/prismer-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prismer-ai/prismer-cloud-api/revisions/7fef0836d17f/schema)
