Skip to content

Commit 9930ed4

Browse files
Release 1.2.2
2 parents 379436f + ce57eca commit 9930ed4

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

whatsapp_addon/DOCS.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -72,23 +72,24 @@ data:
7272
service: whatsapp.send_message
7373
data:
7474
clientId: default
75-
to: 393456789012@s.whatsapp.net
75+
to: 391234567890@s.whatsapp.net
7676
body:
77-
text: Hi it's a button message
77+
text: Hi it's button message
7878
footer: Hello World
7979
buttons:
80-
- buttonText:
80+
- buttonId: id1
81+
buttonText:
8182
displayText: Button 1
82-
- buttonText:
83+
type: 1
84+
- buttonId: id2
85+
buttonText:
8386
displayText: Button 2
84-
- buttonText:
87+
type: 1
88+
- buttonId: id3
89+
buttonText:
8590
displayText: Button 3
86-
- buttonText:
87-
displayText: Button 4
88-
- buttonText:
89-
displayText: Button 5
90-
- buttonText:
91-
displayText: Button 6
91+
type: 1
92+
headerType: 1
9293
```
9394
9495
### **How to send list**

0 commit comments

Comments
 (0)