# JSON data can also be passed as a path to a .json file

oint vkteams SendTextMessage \
  --token "***" \
  --chatid "***" \
  --text "<b>Bold text</b>" \
  --reply "7567354422724936211" \
  --keyboard "[[{'text':'Button1','callbackData':'ButtonEvent1','style':'attention'},{'text':'Button2','url':'https://openintegrations.dev','style':'base'}],[{'text':'Button1','callbackData':'ButtonEvent1','style':'attention'},{'text':'Button2','url':'https://openintegrations.dev','style':'base'}]]" \
  --parsemod "HTML"