---
title: "📊 Send Polling"
method: POST
path: "/send-message/poll"
---

# 📊 Send Polling

`POST /send-message/poll`

The Send Polling endpoint allows users to create and send polls to gather feedback from participants. This feature can be used in various contexts, such as gathering opinions in a group chat, conducting surveys, or making decisions based on the input of a group. By sending polling questions through the API, businesses and developers can engage with their audience, make data-driven decisions, and encourage participation in discussions or activities.

## Request body

- object
  - `contact_id` string, required — The contact id
  - `title` string, required — The polling title
  - `options` string[], required — The polling options
  - `is_multiple_answer` boolean, required — Multiple Answer ( user can choose more than one answer )

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `status` string
    - `message` object
      - `contact_id` string
      - `poll` object
        - `name` string
        - `options` object[]
          - `optionName` string
        - `selectableOptionsCount` integer
    - `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)
