1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-18 09:51:28 +02:00
Files
OpenIntegrations/docs/en/cli/viber/SendTextMessage/bash.txt
T
2026-02-04 13:51:19 +03:00

8 lines
522 B
Plaintext
Vendored

# JSON data can also be passed as a path to a .json file
oint viber SendTextMessage \
--token "***" \
--text "TestMessage" \
--user "d3jxe61Z4W73nmNkjYGgZg==" \
--ischannel false \
--keyboard "{'Buttons':[{'ActionType':'reply','ActionBody':'Button 1','Text':'Button 1','BgColor':'#2db9b9','Columns':3},{'ActionType':'reply','ActionBody':'Button 2','Text':'Button 2','BgColor':'#2db9b9','Columns':3},{'ActionType':'reply','ActionBody':'Button 3','Text':'Button 3','BgColor':'#2db9b9','Columns':3}],'Type':'keyboard'}"