INTEGROMAT_SENDWEBHOOK::__construct()
Set up Automator action constructor.
Source Source
File: src/integrations/integromat/actions/integromat-sendwebhook.php
public function __construct() { $this->action_code = 'INTSENDWEBHOOK'; $this->action_meta = 'WEBHOOK'; self::$number_of_keys = 7; $this->define_action(); }
Expand full source code Collapse full source code View on Github