Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

Send a multi-product message

POST/v1/messages/multi-product
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Request body
requiredapplication/json
bodystringrequired
Body text
min length 1
catalog_idstringrequired
Facebook catalog ID
min length 1
channel_idstringrequired
Channel ID
min length 1
footerstring
Footer text
headerstring
Header text
sectionsSendMultiProductSection[] | nullrequired
Product sections
Show properties
Array of SendMultiProductSection
product_itemsSendMultiProductSectionItem[] | nullrequired
Product items
Show properties
Array of SendMultiProductSectionItem
product_retailer_idstringrequired
Product retailer ID
min length 1
titlestringrequired
Section title
min length 1
tostringrequired
Recipient phone number
min length 1
Responses
201Created
message_idstring
statusstringrequired
400Bad Request
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
401Unauthorized
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
403Forbidden
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
404Not Found
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
422Unprocessable Entity
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
500Internal Server Error
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X POST "/v1/messages/multi-product" \
  -H "Content-Type: application/json" \
  -d '{
  "body": "string",
  "catalog_id": "string",
  "channel_id": "string",
  "footer": "string",
  "header": "string",
  "sections": [
    {
      "product_items": [
        {
          "product_retailer_id": "string"
        }
      ],
      "title": "string"
    }
  ],
  "to": "string"
}'
Response
{
  "message_id": "string",
  "status": "string"
}