1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +02:00
Files
OpenIntegrations/docs/en/cli/bitrix24/CreatePost/bash.txt
Vitaly the Alpaca (bot) 1063569750 Test data update (Jenkins)
2025-05-21 06:52:45 +03:00

8 lines
420 B
Plaintext
Vendored

# JSON data can also be passed as a path to a .json file
oint bitrix24 CreatePost \
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" \
--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" \
--important true