mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-03-25 21:39:21 +02:00
9 lines
357 B
Plaintext
9 lines
357 B
Plaintext
Token = "xoxb-6965308400114-696804637...";
|
|
Channel = "C06UFNUTKUL";
|
|
User = "U06UABH3APP";
|
|
Image = "https://openyellow.neocities.org/test_data/picture.jpg";
|
|
Text = "Ephemeral message";
|
|
|
|
Block = OPI_Slack.GenerateImageBlock(Image, "Image");
|
|
Result = OPI_Slack.SendEphemeralMessage(Token, Channel, Text, User, Block);
|