Slack integration examples:
- A Slack webhook endpoint for incoming events from Slack
- A Slack client external object
To import this module:
- Create a module named
Slack
- Set the settings as:
{
"type": "git",
"origin": {
"uri": "https://github.com/simplicitesoftware/module-slack.git"
}
}
- Click on the Import module button
There is one system parameters to configure:
- The
SLACK_SERVICE
in which you must set your Slack API client ID, secrets and signing secrets
Note: it is possible to ovveride these default parameters per user using corresponding user parameters.
Slack client example
Slack webhook