You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-06-20 09:19:27 +02:00
8 lines
468 B
Plaintext
Vendored
8 lines
468 B
Plaintext
Vendored
# JSON data can also be passed as a path to a .json file
|
|
|
|
oint bitrix24 EditMessage \
|
|
--url "b24-ar17wx.bitrix24.by" \
|
|
--message 74472 \
|
|
--text "New message text" \
|
|
--blocks "[{'IMAGE':{'NAME':'Image1','LINK':'https://raw.githubusercontent.com/Bayselonarrend/OpenIntegrations/main/service/test_data/picture.jpg'}},{'FILE':{'NAME':'File1.docx','LINK':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx'}}]" \
|
|
--token "***" |