---
title: "🎱 Send Pools"
method: POST
path: "/send-message/pool"
---

# 🎱 Send Pools

`POST /send-message/pool`

The Pool API in CrunchzApp enables users to send multiple messages in a single request, streamlining communication for those using a Global token. It's ideal for scenarios requiring sequential chats in a single operation, enhancing efficiency and convenience.

## Request body

- object
  - `contact_id` string, required — The contact id
  - `pools` object[] — Array of pools ( Payload of each type here )
    - `type` string, required
    - `data` object
      - `message` string — the parameter should be the same as Send Text message but without contact_id
      - `caption` string — for video, file or image type
      - `file` object — a file object for image or file type
        - `mimeType` string — mime type of file or image
        - `filename` string — filename of image or file.
        - `url` string — a valid url of image or file

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `status` string
    - `message` string
    - `footer` string
    - `buttons` object[]
      - `name` string
      - `buttonParamsJson` string
    - `timestamp` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/crunchz/apis/live-2.md) · [All operations](https://skmtc.net/crunchz/apis/live-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crunchz/live-2/versions/14e6b45e8808/schema)
