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