文件名称:rdstation-php-client:客户端包装程序,用于PHP与RDStation API的集成
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-18 22:55:24
PHP
#用法 require ( "RDStationAPI.class.php" ); $ rdAPI = new RDStationAPI ( "RD_PRIVATE_TOKEN" , "RD_TOKEN" ); //SEND NEW LEAD TO RD STATION $ return1 = $ rdAPI -> sendNewLead ( "customer@customer.com" , array ( "name" => "Julio" , "job_title" => "Cofounder" , "company" => "Agendor" , "identificador" => "contact-form" , "subscribe_newsletter" => true //custom data is accepted )); // UPDATE ANY LEA
【文件预览】:
rdstation-php-client-master
----LICENSE(1KB)
----README.md(979B)
----RDStationAPI.class.php(6KB)