Search Leads by Email ID

Purpose:

This method used to get the number of leads in Apptivo based on the email address.

Request URL:

https://api.apptivo.com/app/dao/v6/leads?a=getAllByAdvancedSearch&numRecords=NUM_OF_RECORDS&searchData={SEARCH_DATA}&multiSelectData={}&apiKey=API_KEY&accesKey=ACCESS_KEY

Request Parameters:

Parameter Data Type Description
SEARCH_DATA search data with Json format please see the sample request URL
NUM_OF_RECORDS number of records to return
SESSION_KEY Apptivo session key from username and password

* – Mandatory parameter

Output:

This will return the number of leads with JSON format.

Sample Request URL:

https://api.apptivo.com/app/dao/v6/leads?a=getAllByAdvancedSearch&numRecords=50&searchData={ "emailAddresses": [ { "emailAddress": "testlead@berijam.com",
"id": "cont_email_input"
}
]}&multiSelectData={}&apiKey=oRxYzRZRvOTH-cTPBPVPArJnVNW-6a8d8bf4-1c5f-4930-a5da-49f380afcd33&accessKey=3g806jxv5gq7Q62E