Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-09T12:16:47.000Z (over 2 years ago)
- Last Synced: 2024-11-07T20:37:49.254Z (3 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
![](https://docs.simplicite.io//logos/logo250.png)
* * *`Slack` module definition
=========================[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=simplicite-modules-Slack&metric=alert_status)](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