Lead API Guide Version Lead API Guide. Prepared By: John Jackson Date: 25 th January 2018 Version: 1.50 Release

Similar documents
Lead Create & Update API Guide

Lead Import Guide Version Lead Import Guide. Prepared By: John Jackson Date: 25 th January 2018 Version: 1.60 Release

Template Variables Guide

Activity API Guide Version Activity API Guide. Prepared By: John Jackson Date: 10 th October 2017 Version: 1.30 Release

We currently are able to offer three different action types:

Lead Delivery Options. Your leads sent your way. Lead delivery options for clients and partners.

Company Menu Search, Delete, and Update a Person

Your leads. Your way. Lead delivery options for BuyerZone clients and partners.

CSV Download. 2.1 (a) Automatically downloading transactions as Comma Separated Values (CSV). Published: 1 August 2017

Lead Actions Guide Version Lead Actions Guide. Prepared By: John Jackson Date: 10 th October 2017 Version: 1.90 Release

SUBSCRIPTION API. Document Version. Introduction

Cardkey Systems, Inc. Cardkey PEGASYS 1000 and 2000 MIS Interface Program 8K\OYOUT',KHX[GX_

EMR web api documentation

V9 Assurance Administrators Guide DOCUMENTATION. Phone: Fax:


Server - The Tigo platform and urls associated with the api Client - Third party user with api access to the Tigo platform and/or Tigo api.


BulkSMS Integration. Interface Description A Developer s Guide. Document Revision History. Date Revision Revised By.

Version 2 Integration Guide For LeadMailbox Clients and Partners

Ezypay Recurring Billing Integration 0. Documentation. Recurring Billing Integration

TEKLYNX LABEL ARCHIVE

Copyright 2017 Ingenico epayments. PayPal Express Checkout

O&K Print Watch provides accurate printing statistics.


External HTTPS Trigger AXIS Camera Station 5.06 and above

MODULE USER LOGIN (CREATE USER ACCOUNT)

I-Supplier Portal SIGN UP NOW SUPPLIERS REGISTRATION NATIONAL GUARD HEALTH AFFAIRS LOGISTICS & CONTRACTS MANAGEMENT DEADLINE 17 AUGUST 2011

Card Store Published: 5 June 2018

Zulu edm API Handbook

InQuiry Inquiry Setup

Sending Job Requsition Data to Tenstreet API Guide (rev 09/2018)

FaxCore API Reference A web based API for sending, receiving and managing faxes through the FaxCore network.

SOAP API. The correct URL has been hidden. Please contact your account manager for the full URL information.

User Group Resource Operations


Return codes used will be the standard meanings for 200 OK, 404 Unauthorised and 500 INTERNAL ERROR.

Invite Customers to EPIC Orientation.

Way2mint SMS Mobile Terminate (MT) API Guide for HTTP / HTTPS

Building a Web-based Health Promotion Database

The information and content in this document is provided for informational purposes only and is provided "as is" with no warranties of any kind,

the employee s next birthday is in the past. This mechanism will consistently update the employee s next birthday.

Permalinks. Permalinks. Create a Permalink for Dashboard

Course Directory Provider Portal: Provider Data Standards (Apprenticeships)

Paypal Express Checkout

Scheduler s Guide to Processing 25Live Event Drafts. Duke University

Quick Start Guide. Marketing Bulk & Print Jobs

Project Setup Page Information Guide

Apprenticeship data: course directory provider portal user guide

SuccessMaker Data Services API Guide

Data Services API Guide SuccessMaker 10

Data Services API Guide SuccessMaker 9

Optional Modules and Customizations User Guide

Commonwealth of Massachusetts. Alert Network. Reader Level Guide. Health & Homeland Alert Network (HHAN)

Visitor Management Host User Guide

Sage Live Link Setup & User Guide. March 2008

Way2mint SMS Mobile Terminate (MT) API Guide for HTTP HTTPS

SWOL SPREADSHEET IMPORT FEATURE

Level 3 Creating an event driven computer program using Visual Basic.NET ( / )

PREDIKKTA HEADLINES NOTES: Compare Health Insurance. Buy Shoes Online. Hire Painters from $35/Hr

The information and content in this document is provided for informational purposes only and is provided "as is" with no warranties of any kind,

API Documentation. Service Summary. API Version: August, 2018

MySciLEARN Student Update Administrator Guide. For system administrators managing the Fast ForWord and Reading Assistant programs

the CA/PA Module Wizards and Templates

Pubzilla Online Pub Database 18 th October 2011

Copyright 2017, 8x8, Inc. All rights reserved.

Phone Manager Application Support JANUARY 2015 DOCUMENT RELEASE 4.2 APPLICATION SUPPORT

Greenway Patient User Help Guide. Greenway Patient Portal Greenway Patient Messaging version 3.20

Session Administration System Upload & Download Utilities

Quenbec inc # henri bourassa H3L-3N3 Montreal, QC,Canada Toll free: Mobile

CRM Partners Anonymization - Implementation Guide v8.2 Page 2


RESPONSIVE SOLUTIONS, INC. CUSTOMER+ ADMIN MANUAL

JobFeed Push Services

CitiManager Quick Start Guide for Administrators

Pro Solutions Interface specification

WorkFlow RESTful API. Documentation

1.0 New visitisleofman.com Page Logging in and out of your account Page Help Tutorial Videos Page Updating Information Page 6

Family Map Server Specification

Virtual Contact Center

A guide to working with SmartTrade Mobile

User Manual RouteSms SmsPlus Desktop. Version 1.0

ARELLO.COM Licensee Verification Web Service v2.0 (LVWS v2) Documentation. Revision: 8/22/2018

1 28/06/ :17. Authenticating Users General Information Manipulating Data. REST Requests

SMS+ Client User Manual

Durango Merchant Services Query API

Apprenticeship data: course directory provider portal user guide

Delete Personally Identifiable Information About a User from Sitefinity CMS

Uploading Bills, Downloading Payments, and Automating the Process. Section 1: Uploading bills

Salesforce Integration User Guide. Cvent, Inc 1765 Greensboro Station Place McLean, VA

icontact for Salesforce Crash Course Mastering the Fundamentals Salesforce Lightning

How to Book a Face to Face Interpreter. NI Health & Social Care Interpreting Service Online Booking System

Using Kerberos Authentication in a Reverse Proxy Environment

visitisleofman.com Extranet User Guide - Taste

C/W MARS Evergreen Circulation

NMI Query API. 6/30/2008 Network Merchants Inc (NMI)

Marketo Data Shield Setup Guide

SMS Outbound. SMTP interface - v1.1

D&R Advertisement Program

Argyll client area user guide

WebEx Integration User Guide. Cvent, Inc 1765 Greensboro Station Place McLean, VA

Transcription:

Lead API Guide Prepared By: John Jackson Date: 25 th January 2018 Version: 1.50 Release Page! 1 of 8!

Introduction This API allows the reading or deletion of leads. The request is made by making a HTTP POST of an XML message containing an access key, request type and other elements. To create or update leads, please see the 'Lead Create & Update API Guide'. The Request To use this API, an access key is required. Provide the key in a key element within the request. Access keys can be created in Settings > Access Keys. For each request, a 'request' element must also be given containing either 'search', 'read' or 'delete'. More details of how to make each request type are given further on in this guide. If the main service is accessed at the address 'domain.example.com', then a POST request should be made to the corresponding API URL: https://domain.example.com/api/apilead.php An XML message should be sent as the POST data: <?xml version="1.0" encoding="iso-8859-1"?> <data> <key>yrg32foirdsrilyeblrzsvfmurbgspiz</key> <request>create</request>... </data> The Response The server will respond with XML data. The response will always contain 'Code' (error code) and 'Message' (response message) elements. If there are several messages, there may be multiple 'Message' elements. If successful, other response elements will also be returned. A successful response may look like this: <?xml version="1.0" encoding="iso-8859-1"?> <result> <code>0</code> <message>ok</message>... </result> Page! 2 of 8!

Search <request>search</request> Parameters Required parameters are highlighted in bold. startdate enddate The start date for the search period. e.g. '01/01/2014'. The end date for the search period. e.g. '31/01/2014'. page Page number (starts at 1). perpage Number of results per page (10, 25, 50, 100 or 1000). search leadtypeid Keyword search term to filter on. The lead group or lead type to filter on. To filter by lead group, use only the lead group ID. For example, to filter on lead group ID 15263, use '15263'. To filter by lead type, use the group and type ID's concatenated with a hyphen. For example, to filter on lead type ID 9263 in group 15263, use '15263-9263'. userid The user or user group to filter on. To filter by user ID, prefix the user's ID with 'u-'. For example, to search for user ID 2536, use 'u-2536'. To filter by user group ID, prefix the user group's ID with 'g-'. For example, to search for user group ID 81526, use 'g-81526'. To filter for all unassigned leads, simple use 'Unassigned'. status The status or progress point to filter on. To filter on a status, prefix the exact string representation of the status with 's-'. For example, to search for the status 'Validated', use 's-validated'. To filter for leads with no status set, use the value 'n'. To filter on the progress point, use the progress point (see the table below) prefixed with 'p-'. For example, to search for the progress point 1 (All New), use 'p-1'. Progress Point ID 1 All New 2 All Validated 6 All Contacted 8 All Qualified 9 All Converted o All Open oc All Open/Closed 10 All Closed c All Closed/Invalidated 3 All Invalidated Response Page! 3 of 8!

A collection of leads that match the search criteria. Each lead returned includes the following data: id subid received leadgroupid leadgroupname leadtype status user buyer introducer fullname company phone1 phone2 email ID of the lead. Sub ID of the lead. Date/time that the lead was received. e.g. '2011-01-01 12:00:00'. ID of the lead group that the lead belongs to. Name of the lead group that the lead belongs to. Lead's type. Lead's status. Name of the lead's assigned user. Name of the partner who has been referred the lead. Name of the partner who introduced the lead. The full name on the lead. Company name. Phone number. Alternative phone number. Email address. address Address line 1. towncity postcode Town or city. Postcode Error Codes 0 No errors 1 Validation or authentication error 2 XML format error or no XML provided Page! 4 of 8!

Read <request>read</request> Parameters Required parameters are highlighted in bold. id subid The ID of the lead to read. The sub ID of the lead to read. Response id subid ipaddress received leadgroupid leadgroupname leadtype status progress siteid sitename userid username buyerid buyer buyerreference introducerid introducername reference source medium term cost value transferdatetime ID of the lead. Sub ID of the lead. Originating IP address. Date/time that the lead was received. e.g. '2011-01-01 12:00:00'. ID of the lead group that the lead belongs to. Name of the lead group that the lead belongs to. Lead's type. Lead's status. Billing point. e.g. 'Converted'. ID of the site that the lead belongs to. Name of the site that the lead belongs to. ID of the lead's assigned user. Name of the lead's assigned user. ID of the partner who has been referred the lead. Name of the partner who has been referred the lead. Reference supplied by the partner who has been referred the lead. ID of the partner who introduced the lead. Name of the partner who introduced the lead. Source/introducer reference. Marketing source. Marketing medium. Marketing term. Lead cost. Lead value. Date/time that the lead was referred. e.g. '2011-01-01 12:00:00'. Page! 5 of 8!

transfersuccessful xmldatetime xmlfails xmlresult xmlreference appointmentdatetime appointmentnotes lastnotedatetime lastnote taskexists workflowexists dropbox fullname title firstname lastname company jobtitle phone1 phone2 fax email Successful telephone transfer: Date/time of internet delivery. e.g. '2011-01-01 12:00:00'. Number of failed internet delivery attempts. Internet delivery result. Internet delivery return reference. Date/time of appointment. e.g. '2011-01-01 12:00:00'. Appointment notes. Date/time of last note/call. e.g. '2011-01-01 12:00:00'. Details of last note/call. Does the lead have an outstanding task?: Does the lead have a workflow?: The lead's email dropbox address. The full name on the lead. Person's title: Mr. Mrs. Ms. Miss Dr. Rev. First name. Last name. Company name. Job title. Phone number. Alternative phone number. Fax number. Email address. address Address line 1. address2 Address line 2. address3 Address line 3. towncity postcode dob dobday dobmonth dobyear Town or city. Postcode Full date of birth. e.g. '1990-01-01'. Day of birth. e.g. '01'. Month of birth. e.g. '01'. Year of birth. e.g. '1990'. Page! 6 of 8!

contacttime contactphone contactsms contactemail contactmail contactfax data1 - data50 type1 - type50 Preferred contact time: Anytime Morning Afternoon Evening Phone contact permission: Text message contact permission: Email contact permission: Mail contact permission: Fax contact permission: Additional information fields. Descriptions of additional information fields. Error Codes 0 No errors 1 Validation or authentication error 2 XML format error or no XML provided Page! 7 of 8!

Delete <request>delete</request> Parameters Required parameters are highlighted in bold. id The ID of the lead to delete. Response If the delete succeeds, the code will be '0' with the message 'OK'. Error Codes 0 No errors 1 Validation or authentication error 2 XML format error or no XML provided Page! 8 of 8!