Skip to content

Sending a message to Slack

Ehsan Abbasi edited this page May 2, 2017 · 4 revisions

Send a message to Slack (make sure response is set to slack in the config):

(new Slackbot())->getSender()->send('#general', 'Hello Slack!');
Clone this wiki locally