2017 © Pedro Peláez
 

library lead-posting-gateway-granot

API interface for posting Leads to Granot using their Leads Posting Gateway.

image

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

The README.md

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 '
'; ?>

The Versions

08/09 2014

dev-master

9999999-dev

API interface for posting Leads to Granot using their Leads Posting Gateway.

  Sources   Download

MIT

The Requires

 

by Frank Perez