https://github.com/simplicitesoftware/module-slack
Slack API examples for Simplicité
https://github.com/simplicitesoftware/module-slack
low-code simplicite slack slack-api
Last synced: 3 months ago
JSON representation
Slack API examples for Simplicité
- Host: GitHub
- URL: https://github.com/simplicitesoftware/module-slack
- Owner: simplicitesoftware
- Created: 2020-01-14T17:28:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-09T12:16:47.000Z (almost 3 years ago)
- Last Synced: 2024-12-29T10:44:57.205Z (4 months ago)
- Topics: low-code, simplicite, slack, slack-api
- Language: Java
- Homepage:
- Size: 207 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

* * *`Slack` module definition
=========================[](https://sonarcloud.io/dashboard?id=simplicite-modules-Slack)
### Introduction
Slack integration examples:
- A Slack webhook endpoint for incoming events from Slack
- A Slack client external object### Import
To import this module:
- Create a module named `Slack`
- Set the settings as:```json
{
"type": "git",
"origin": {
"uri": "https://github.com/simplicitesoftware/module-slack.git"
}
}
```- Click on the _Import module_ button
### Configure
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.
`SlackClientExample` external object definition
-----------------------------------------------Slack client example
`SlackWebhook` external object definition
-----------------------------------------Slack webhook