diff --git a/src/GetResponseAPI3.class.php b/src/GetResponseAPI3.class.php index 2782e2f..1938959 100644 --- a/src/GetResponseAPI3.class.php +++ b/src/GetResponseAPI3.class.php @@ -327,6 +327,16 @@ public function getForms($params = array()) return $this->call('forms?' . $this->setParams($params)); } + /** + * retrieve all from-fields + * + * @return mixed + */ + public function getFromFields($params = array()) + { + return $this->call('from-fields'); + } + /** * Curl run request * @@ -403,4 +413,4 @@ private function setParams($params = array()) return http_build_query($result); } -} \ No newline at end of file +}