Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Changes for v1.0.1

...

Template NameExtension NameExtension Version
Slack Botue-slack-bot1.0.01

Refer to Changelog for version history information.

...

FieldInput typeDefault valueTypeDescription
Slack Bot tokenRequired-CredentialsThe Slack bot token as obtained from Slack App. It is used to connect Slack Application with a Workspace.

The Credentials definition should be as follows:
  • A desired name for the token as "Runtime User".
  • Slack Bot Token as "Token".
Slack App tokenRequired-CredentialsThe Slack app token obtained from Slack App. It is used to connect the Slack Bot with the corresponding Slack App.

The Credentials definition should be as follows:
  • A desired name for the token as "Runtime User".
  • Slack App Token as "Token".
Slack Channel IDRequired-TextThe Slack channel ID that the bot will connect. to.
ACLRequired-ScriptThe JSON script that contains the ACL rules for your Slack. users.
Universal Controller URLRequired-TextThe URL of the target UC (e.g. http://ue.stonebranch.org:8080/uc), without trailing '/'.
Universal Controller CredentialsRequired-CredentialsThis extension uses RESTful Web Services API as a client, and in this field the corresponding username & password should be provided. This user should have Web Service Access enabled (directly or through System Default). It is strongly advised not to reuse admin or any existing user but create a new one used only for this specific integration.

The Universal Controller Credentials definition should be as follows:
  • User's username as "Runtime User".
  • User's password as "Runtime Password".
UC REST API TimeoutRequired20TextThe timeout (in seconds) that the Slack Bot will wait for UC to respond. If the UC won't respond in the specified time limit Slack will display a corresponding error to the user.
AuditingOptionalTrueCheckboxA variable that if selected the bot will provide auditing logs.

...

Document LinkDescription
Universal TemplatesUser documentation for creating, working with and understanding Universal Templates and Integrations.
Universal TasksUser documentation for creating Universal Tasks in the Universal Controller user interface.
Slack Bot APIUser guide for Slack Bot API.

Changelog

ue-slack-bot-1.0.1 (2022-11-22)

  • Bugfix: Ignore trailing slash character in field 'Universal Controller URL'

ue-slack-bot-1.0.0 (2022-11-21)

...