---
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 a bot to a messager page.

## Path parameters

- `bot_id` string, uuid, required

## Request body

- IntegrationMessagerCreateSchema — Schema for creating an integration messenger.
  - `facebook_user_id` string, required — Facebook user identifier.
  - `access_token` string, required — Access token for the integration.

## Response `200`

Successful Response

- HttpResponseSchema — HTTP Response Schema.
  - `message_code` integer, required — Numeric code indicating the type of message or response.
  - `message` string, required — Human-readable message providing additional context about the response.
  - `data` unknown

## Other responses

- `422` — Validation Error

---

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