SLACK_SENDMESSAGE::__construct()
Set up Automator action constructor.
Source Source
File: src/integrations/slack/actions/slack-sendmessage.php
public function __construct() { $this->action_code = 'SLACKSENDMESSAGE'; $this->action_meta = 'SLACKCHANNEL'; $this->define_action(); }
Expand full source code Collapse full source code View on Github