mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-02-05 13:25:25 +02:00
8 lines
524 B
Plaintext
8 lines
524 B
Plaintext
# JSON data can also be passed as a path to a .json file
|
|
|
|
oint viber SendTextMessage \
|
|
--token "***" \
|
|
--text "TestMessage" \
|
|
--user "tMNGhftyUPrB3r1lD+bT4g==" \
|
|
--ischannel true \
|
|
--keyboard "{'Buttons':[{'ActionType':'reply','ActionBody':'Button 1','Text':'Button 1','BgColor':'#2db9b9','Coloumns':3},{'ActionType':'reply','ActionBody':'Button 2','Text':'Button 2','BgColor':'#2db9b9','Coloumns':3},{'ActionType':'reply','ActionBody':'Button 3','Text':'Button 3','BgColor':'#2db9b9','Coloumns':3}],'Type':'keyboard'}" |