You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-12-01 22:29:52 +02:00
Main build (Jenkins)
This commit is contained in:
@@ -29,7 +29,7 @@ Sends a message that arrives in the channel but is visible only to a specific us
|
||||
Token = "xoxb-6965308400114-696804637...";
|
||||
Channel = "C06UFNUTKUL";
|
||||
User = "U06UABH3APP";
|
||||
Image = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg";
|
||||
Image = "https://openyellow.neocities.org/test_data/picture.jpg";
|
||||
Text = "Ephemeral message";
|
||||
|
||||
Block = OPI_Slack.GenerateImageBlock(Image, "Image");
|
||||
|
||||
@@ -37,7 +37,7 @@ sidebar_position: 1
|
||||
// With attachments (picture block in the example)
|
||||
|
||||
Text = "Message with picture";
|
||||
Image = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg";
|
||||
Image = "https://openyellow.neocities.org/test_data/picture.jpg";
|
||||
BlockArray = New Array;
|
||||
|
||||
Block = OPI_Slack.GenerateImageBlock(Image, "Image");
|
||||
|
||||
Reference in New Issue
Block a user