TWILIO_SENDSMS::__construct()
Set up Automator action constructor.
Source
File: src/integrations/twilio/actions/twilio-sendsms.php
public function __construct() { $this->action_code = 'TWILIOSENDSMS'; $this->action_meta = 'TWSENDSMS'; $this->key_generated = false; $this->key = null; $this->define_action(); }
Expand full source code Collapse full source code View on Github