Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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é

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