There was an error while loading. Please reload this page.
1 parent cd22e7b commit 3b46117Copy full SHA for 3b46117
messages/whatsapp/send-media-mtm.rb
@@ -42,18 +42,9 @@
42
{
43
type: "body",
44
parameters: [
45
- {
46
- type: "text",
47
- text: "Value 1"
48
- },
49
50
51
- text: "Value 2"
52
53
54
55
- text: "Value 3"
56
- }
+ "Value 1",
+ "Value 2",
+ "Value 3"
57
]
58
}
59
messages/whatsapp/send-mtm.rb
@@ -18,15 +18,9 @@
18
message: {
19
name: "#{WHATSAPP_TEMPLATE_NAMESPACE}:#{WHATSAPP_TEMPLATE_NAME}",
20
21
22
- default: "Vonage Verification"
23
24
25
- default: "64873"
26
27
28
- default: "10"
29
+ "Vonage Verification",
+ "64873",
+ "10"
30
31
},
32
opts: {
0 commit comments