1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2024-10-04 13:35:56 +03:00
parent 690d525b70
commit 1dd489de49
191 changed files with 5195 additions and 5073 deletions

View File

@@ -26,7 +26,7 @@ sidebar_position: 3
```bsl title="Code example"
Token = "xoxb-6965308400114-696804637...";
Title = "NewFile";
File = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx"; // URL, Binary Data or Path to file
File = "https://openyellow.neocities.org/test_data/document.docx"; // URL, Binary Data or Path to file
Result = OPI_Slack.AddExternalFile(Token, File, Title);
```

View File

@@ -28,7 +28,7 @@ sidebar_position: 2
```bsl title="Code example"
Token = "xoxb-6965308400114-696804637...";
Channel = "C06UFNUTKUL";
File = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx"; // URL, Binary Data or Path to file
File = "https://openyellow.neocities.org/test_data/document.docx"; // URL, Binary Data or Path to file
FileName = "megadoc.docx";
Title = "NewFile";

View File

@@ -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");

View File

@@ -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");