Skip to content

tiny-systems/communication-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Systems Communication Module

Messaging and notification components for Slack and email integrations.

Components

Component Description
Slack Channel Sender Send messages to Slack channels via webhook or API
Slack Command Receive incoming Slack slash command webhooks
Slack Block Kit Interaction Handle Slack Block Kit interactive payloads
SMTP Email Sender Send emails via SMTP with configurable templates

Installation

helm repo add tinysystems https://tiny-systems.github.io/module/
helm install communication-module tinysystems/tinysystems-operator \
  --set controllerManager.manager.image.repository=ghcr.io/tiny-systems/communication-module

Run locally

go run cmd/main.go run --name=communication-module --namespace=tinysystems --version=1.0.0

Part of Tiny Systems

This module is part of the Tiny Systems platform -- a visual flow-based automation engine running on Kubernetes.

License

This module's source code is MIT-licensed. It depends on the Tiny Systems Module SDK (BSL 1.1). See LICENSE for details.

Packages

 
 
 

Contributors