You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-12-09 23:12:35 +02:00
8 lines
341 B
Plaintext
8 lines
341 B
Plaintext
|
|
# 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'}"
|