Download the PHP package kennetn/leadscore without Composer
On this page you can find all versions of the php package kennetn/leadscore. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kennetn/leadscore
More information about kennetn/leadscore
Files in kennetn/leadscore
Package leadscore
Short Description API wrapper for LeadScore App
License MIT
Homepage https://github.com/99kennetn/LeadScore.wrapper
Informations about the package leadscore
Original Repo:
https://bitbucket.org/vmcms/leadscore.wrapper
LeadScore App API PHP wrapper
Supports the entire API for LeadScore App.
Installing via Composer
The recommended way to install the LeadScore APP API wrapper is though Composer.
Documentation
Stage
Use this function to access a list of all stages on the site.
Get all stages for site, ordered by sorting key.
Owner
Use this function to access a list of all owners on the site.
Get all owners for site.
Segments
Use this function to access a list of all segments on the site.
Get all segments for site.
Lead
Use these functions to get a list of all lead- and custom fields, add leads with creation of tracking cookie and apply tracking codes to links of HTML content.
Get all lead- and customfields for site, customfields are ordered by sorting key.
Add lead with key-value paired fields, stage ID, owner ID, segment ID and whether or not to sync with 3rd party services, lead key is returned and saved in a cookie.
Change stage for one or more leads.
Add segment to one or more leads.
Remove segment from one or more leads.
Apply tracking codes to a tag hrefs in a HTML string.
Deals
Use these functions to add deal products and add deals to leads.
Add product deal, will skip creation if slug is already existing, returns ID of deal product.
Add deal for one or more deal products for one or more leads.