Slacks v0.0.1 Slack View Source

Documentation for Slacks.

Link to this section Summary

Link to this section Functions

Link to this function

post_message(token, channel, message, opts \\ []) View Source
post_message(String.t(), String.t(), String.t(), Keyword.t()) :: any()

Post a message to slack.

Link to this function

upload_file(token, channel, data, opts \\ []) View Source
upload_file(String.t(), String.t(), binary(), Keyword.t()) :: any()

Upload a file to slack.