1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-03 22:39:12 +02:00
Files
OpenIntegrations/docs/en/examples/Slack/SetChannelGoal.txt

6 lines
197 B
Plaintext
Raw Normal View History

2025-10-20 19:41:52 +03:00
 Token = FunctionParameters["Slack_Token"];
Channel = FunctionParameters["Slack_NewChannel"];
Purpose = "TestGoal";
Result = OPI_Slack.SetChannelGoal(Token, Channel, Purpose);