Manual

Sending messages to Slack

Slack.sendtoslackFunction
sendtoslack(data::String, user_endpoint::String)

Takes in a string of data and the endpoint url and returns the HTTP response. The response will be "ok" if the request is sent successfully.

Sending attachments to Slack

Slack.sendattachmenttoslackFunction
sendattachmenttoslack(data::String, user_endpoint::String)

Takes in a string of data and the endpoint url and returns the HTTP response. The response will be "ok" if the request is sent successfully.

Get channels in Slack