You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-27 22:18:36 +02:00
6 lines
197 B
Plaintext
Vendored
6 lines
197 B
Plaintext
Vendored
Token = FunctionParameters["Slack_Token"];
|
|
Channel = FunctionParameters["Slack_NewChannel"];
|
|
Topic = "TestTopic";
|
|
|
|
Result = OPI_Slack.SetChannelTopic(Token, Channel, Topic);
|