library lead-posting-gateway-granot
API interface for posting Leads to Granot using their Leads Posting Gateway.
xclusive/lead-posting-gateway-granot
API interface for posting Leads to Granot using their Leads Posting Gateway.
- Monday, September 8, 2014
- by frankperez87
- Repository
- 1 Watchers
- 0 Stars
- 5 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Granot Lead Posting Gateway
This is an unofficial API for the Granot Lead Posting Gateway., (*1)
Find the documentation on what fields you can pass via the following url:
http://docs.google.com/View?id=dc9bddx5_10763jwtts, (*2)
Note that I am only showing a couple of fields, which is not complete. Please refer to the documentation to pass along all required fields., (*3)
Install via Composer
composer require xclusive/lead-posting-gateway-granot
Use Example:
servtypeid = 101;
$lead->firstname = 'First Name';
$lead->lastname = 'Last Name';
$post = new Granot\PostLead($account, $lead);
$response = $post->submit();
print '';
print_r($response);
print '';
?>
dev-master
9999999-dev
API interface for posting Leads to Granot using their Leads Posting Gateway.
Sources
Download
MIT
The Requires
by
Frank Perez