v1

latestOpenAPI 3.1.02026-07-14330101.9 KB

๐ŸŽฑ Send Pools

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.

post/send-message/pool

Request body

contact_idstring required

The contact id

Response

200

successboolean
messagestring

Example response

{
  "success": true,
  "message": "OK",
  "data": {
    "status": "PENDING",
    "message": "Hi there, you can check our menu on the button below.",
    "footer": "Copyright 2024",
    "buttons": [
      {
        "name": "cta_url",
        "buttonParamsJson": "{\"display_text\":\"Menu\",\"id\":\"6574368799970303\",\"disabled\":false,\"url\":\"https://facebook.com/\",\"merchant_url\":\"https://facebook.com/\"}"
      }
    ],
    "timestamp": "1730540455"
  }
}