Skip to:
Content

  • Home
  • Integrations
  • Help
  • Blog
  • Download
Automator Developer Resources

Code Reference

  • Home
  • Reference
Filter by type:
Search
Browse: Home / Reference / Classes / TWILIO_SENDSMS / TWILIO_SENDSMS::__construct()

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


Twitter • Facebook • YouTube • Contact Us • Privacy • Terms of Service