File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed
Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -72,23 +72,24 @@ data:
7272service : whatsapp.send_message
7373data :
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**
You can’t perform that action at this time.
0 commit comments