Online Live Support V3 | WhatsApp API Guide
  • Welcome
  • Quick Guide
  • Connecting a channel
    • Multi-Device Beta
    • Step 1: REGISTER YOUR NEW ACCOUNT
    • Step 2: Connect Your WhatsApp number
    • Disconnect WhatsApp Number or Session
    • Session not found
  • Webhooks
    • Webhook Setup
  • How to Connect:
    • WhatsApp messages via Google Sheet
    • [Beta] Chatwoot with OnlineLiveSupport
  • Send Message
    • Send a Message to the WhatsApp Group
  • API Docs
    • WhatsApp API Documentation
      • Chats
        • SendMessageText
        • Send bulk
        • SendimageURL
        • SendDocumentUrl
        • SendVideoUrl
        • SendLocation
        • SendVCard
        • SendListMessages
        • SendButtonMessage
        • SendTemplateMessages
        • CheckNumber
      • Groups
        • SendMessageText
        • SendImageUrl
        • SendDocumentUrl
        • SendVideoUrl
        • SendLocation
        • SendVCard
        • SendListMessages
        • SendButtonMessage
        • SendTemplateMessages
        • CreateGroup
        • InfoGroup
        • ListParticipants
        • MakeAdmin
        • DemoteAdmin
        • AddParticipants
        • RemoveParticipants
        • SetGroupName
        • SetGroupDescriptions
        • GroupSettingUpdate
        • InviteGroup
        • LeaveGroup
      • Sessions
        • Status
  • Postman Collection
Powered by GitBook
On this page

Was this helpful?

  1. API Docs
  2. WhatsApp API Documentation
  3. Chats

SendListMessages

PreviousSendVCardNextSendButtonMessage

Last updated 2 years ago

Was this helpful?

Send ListMessage

post
Query parameters
idstringRequiredExample: id
Body
all ofOptional
and
anyOptionalExample: {"instance_key":"id","jid":"receivernumber","title":"TITLE","text":"list message","footer":"footer","buttonText":"hello","sections":[{"title":"list","rows":[{"title":"list 1","description":"descript 1","rowId":"1"},{"title":"list 2","description":"descript 2","rowId":"2"}]}]}
Responses
200Success
post
POST /chats/sendListMessages HTTP/1.1
Host: base_url
Content-Type: application/json
Accept: */*
Content-Length: 276

{
  "instance_key": "id",
  "jid": "receivernumber",
  "title": "TITLE",
  "text": "list message",
  "footer": "footer",
  "buttonText": "hello",
  "sections": [
    {
      "title": "list",
      "rows": [
        {
          "title": "list 1",
          "description": "descript 1",
          "rowId": "1"
        },
        {
          "title": "list 2",
          "description": "descript 2",
          "rowId": "2"
        }
      ]
    }
  ]
}
200Success

No content