To use Slack as a trigger the Slack bot needs to subscribe to events.
-
Use the following URL to configure the events:
https://api.slack.com/apps/<app_id>/event-subscriptions
-
Enter the following as the Request URL for Slack to post
HTTP requests to:
https://<cluster-name>/<application-name>/connector/<connector-name>/slack/events
Where:
- cluster-name is the name of the cluster running Hyland Automate Modeling.
- application-name is the name of the application the trigger is configured for.
- connector-name is the name of the Slack connector instance in the application.
-
Subscribe the Slack bot user to the following events:
- app_mention
- message.channels
- message.groups
- message.im
- message.npim