1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-05 22:53:35 +02:00
Files
OpenIntegrations/docs/en/cli/slack/SendEphemeralMessage/bash.txt

8 lines
341 B
Plaintext
Vendored

# JSON data can also be passed as a path to a .json file
oint slack SendEphemeralMessage \
--token "***" \
--channel "C06UFNUTKUL" \
--text "Ephemeral message" \
--user "U06UABH3APP" \
--blocks "{'type':'image','image_url':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','alt_text':'Image'}"