Send WhatsApp List Message
Request test
Request URL
https://api.alvochat.com/{{instance_id}}/messages/list
Request body
Token
*Required
|
|
to
*Required
|
Phone number with international format e.g. 16315555555 or +1 631-555-555 |
header
*Required
|
Max length : 60 char . |
body
*Required
|
Max length : 1024 char . |
footer
*Required
|
Max length : 60 char . |
button
*Required
|
Max length : 20 char . |
sections
*Required
|
the items of the list Max items : 10 examples: single section (string) option_1,option_2,option_3 single section with id and description (json) [{"id":1,"title":"option_1","description":"option 1 description"},{"id":2,"title":"option_2","description":"option 2 description"}]multiple section with section title (json) [ {"title":"section_1","rows":[{"id":1,"title":"section_1_option_1","description":"option 1 description"},{"id":2,"title":"section_1_option_2","description":"option 2 description"}]}, {"title":"section_2","rows":[{"id":1,"title":"section_2_option_1","description":"option 1 description"},{"id":2,"title":"section_2_option_2","description":"option 2 description"}]} ]TITLE Max length : 24 char . ID Max length : 200 char . DESCRIPTION Max length : 72 char . Note :title and id in the same section must be unique |
Request samples
Note : don't forget to URL encode your query params like base64 or utf-8