Dictionary containing slack webhook info
Instance Method
executeSlack(with:then:)
Executs a slack style webhook
Declaration
func executeSlack(with content: [String : Any], then completion: ((RequestError?) -> Void)? = nil)
Parameters
content
-
Content Params
Refer to the slack documentation for their webhook structure