1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-06-15 00:15:19 +02:00
Files
OpenIntegrations/docs/en/cli/NEW_CLI/bitrix24/CreatePost/bash.txt
Vitaly the Alpaca (bot) c6b0f111d4 Test data update (Jenkins)
2024-10-20 22:15:39 +03:00

8 lines
398 B
Plaintext

# JSON data can also be passed as a path to a .json file
oint bitrix24 CreatePost \
--url "b24-ar17wx.bitrix24.by" \
--text "Text of post" \
--files "{'1.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','2.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'}" \
--title "Post title" \
--token "***"