Slack Endpoints


List of employees

Endpoint

Method URI Headers
GET /api/slack/company-employees Default

URI Params

none

DATA Params

none


Send message to channel

Endpoint

Method URI Headers
POST /api/slack/send-message-to-channel Default

URI Params

none

DATA Params

{
"channel" : string,
"message" : string,
}