Manual
Sending messages to Slack
Slack.sendtoslack
— Functionsendtoslack(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.sendattachmenttoslack
— Functionsendattachmenttoslack(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
Slack.getchannels
— Functiongetchannels(token::String)