Sending List Message
POST/messages
Sending List Message: Send a message containing a list.
Request
- application/json
Body
required
- SendingListMessageRequest
- Array [
- Array [
- ]
- ]
oneOf
device stringrequired
receiver stringrequired
type stringrequired
params objectrequired
title stringrequired
text stringrequired
footer stringrequired
buttonText stringrequired
sections object[]required
title stringrequired
rows object[]required
title stringrequired
rowId stringrequired
description stringrequired
simulate_typing int32required
Responses
- 200
- 403
- 404
- 422
General Success Response
- application/json
- Schema
- Example (from schema)
Schema
status integer
HTTP Status Code
message string
HTTP Status Message
{
"status": 200,
"message": "Ok"
}
General Forbidden Error Response
- application/json
- Schema
- Example (from schema)
Schema
status integer
Forbidden
message string
HTTP Status Message
{
"status": 403,
"message": "Forbidden"
}
General Not Found Error Response
- application/json
- Schema
- Example (from schema)
Schema
status integer
Not Found
message string
HTTP Status Message
{
"status": 404,
"message": "Not Found"
}
General Validation Error Response
- application/json
- Schema
- Example (from schema)
Schema
status integer
HTTP Status Code
message string
HTTP Status Message
errors string[]
{
"status": 422,
"message": "Validation Error ",
"errors": [
"string"
]
}
Loading...