Owl\Libraries\SlackUtils::postMessage PHP Method

postMessage() public method

public postMessage ( $params )
    public function postMessage($params)
    {
        if (!$this->is_enabled) {
            return false;
        }
        return $this->request($this->createOptions($this->formatParams($params)));
    }