Instance Method

executeSlack(with:then:)

Executs a slack style webhook

Declaration

func executeSlack(with content: [String : Any], then completion: ((RequestError?) -> Void)? = nil)

Parameters

content

Dictionary containing slack webhook info

Content Params

Refer to the slack documentation for their webhook structure