Skip to content

snapmaster-io/snapmaster-actions-slack

Repository files navigation

SnapMaster

SnapMaster

Master your DevOps toolchain

SnapMaster is the definitive DevOps integration platform.

Purpose

This repository contains SnapMaster Actions for Slack. It utilizes the SnapMaster Actions package for all the scaffolding.

Actions

Action Path Parameters Type Required
send /send workspace string true
channel string true
message string true
token string true

Running / testing locally

npm run dev in the root directory of this project will run an HTTP server on localhost:5555.

Invoking

curl http://localhost:5555/send -X POST \ 
  -H 'content-type: application/json' \
  -d '{ "channel": "general", "message": "hello", "token": "xoxp-..." }'

Deploying to Google Cloud Functions

./deploy.sh will deploy this SnapMaster Action to the current GCP project using the gcloud CLI.

About

SnapMaster Actions for Slack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published