---
title: "Add Bot To Messager Page"
method: POST
path: "/api/integration/messager/{bot_id}"
tags: ["Integration"]
---

# Add Bot To Messager Page

`POST /api/integration/messager/{bot_id}`

Add bot to channel id.

## Request body

- IntegrationMessagerCreateSchema — Integration Messager Create Schema.
  - `user_id` string, uuid
  - `bot_id` string, uuid, required
  - `page_id` string, required
  - `page_token` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2023-11-13** `ac1f1ab68fcb` — 2 info
  - the endpoint scheme security `OAuth2PasswordBearerCookie` was added to the API
  - the endpoint scheme security `BasicAuth` was removed from the API
- **2023-11-08** `dbd91277da05` — 6 breaking, 4 warning, 4 info
  - added the new required request property `bot_id`
  - added the new required request property `page_id`
  - added the new required request property `page_token`
  - the response's body type changed from `object` to no type for status `200`
  - …10 more

[Change history](https://skmtc.dev/chat-fly/apis/chatfly-backend-application/changes/api/integration/messager/:bot_id/post.md)

---

[API](https://skmtc.dev/chat-fly/apis/chatfly-backend-application.md) · [All operations](https://skmtc.dev/chat-fly/apis/chatfly-backend-application/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chat-fly/chatfly-backend-application/revisions/ac1f1ab68fcb/schema)
