GET / Contact (Activity History)
GET /v2/contact/{$id}?full={activity}
GET /v2/contact/{sugar_$id}?full={activity}
GET /v2/contact/{sf_$id}?full={activity}
GET /v2/contact/{hubspot_$id}?full={activity}
GET /v2/contact/{pipedrive_$id}?full={activity}
GET /v2/contact/{em_$email_address}?full={activity}
GET /v2/contact/{li_$linkedin_username}?full={activity}
Header
HTTP/1.1
Authorization: Bearer $api_id.$api_secret
Host: api.$app_domain
Accept: application/json
Parameters
$id | Return results for a specific Leadfwd contact id. |
sugar_$id |
Return results for a specific Leadfwd contact using their SugarCRM Bean ID. Applies to Contacts, Leads and Targets that are properly synchronized using our native connector. |
sf_$id | Return results for a specific Leadfwd contact using their Salesforce record ID. Applies to Contacts and Leads that are properly synchronized using our native connector. |
hubspot_$id | Return results for a specific Leadfwd contact using their HubSpot record ID. Applies to contacts that have a CRM ID value in their [hubspot_id] data field property. |
pipedrive_$id | Return results for a specific Leadfwd contact using their Pipedrive record ID. Applies to contacts that have a CRM ID value in their [pipedrive_id] data field property. |
em_$email_address | Return results for a specific Leadfwd contact using their email address. |
li_$linkedin_username | Return results for a specific Leadfwd contact using their LinkedIn username. Applies to contacts with a LinkedIn profile URL saved in their [linkedin_url] data field property. Only include the username, which you can find at the end of a LinkedIn profile URL (i.e. linkedin.com/in/$li_username) |
Response
{
"data": {
"id": "1332706",
"list_id": "6663",
"email": "gaby.doe@inbox25.com",
"name": "Gaby Doe"
...
},
"timeline_actions": [{
"id": "2734504",
"original_id": "1332706",
"type": "sms_drip",
"related_id": "2023",
"related1": "+17185555555|Sent",
"related2": "+12249003042",
"related3": "SMS for us!!!",
"time": "1664475249",
"ip": "",
"details": [14, "Text\/SMS", "SMS <label>Delivered<\/label> to '+17185096783'<br \/><span>Sequence: <a href=\"https:\/\/$app_domain\/sequence-522\">SMS Release 2<\/a><\/span>"]
}, {
"id": "2734501",
"original_id": "1332706",
"type": "drip_end_complete",
"related_id": "522",
"related1": "SMS Release 2",
"related2": "2023",
"related3": "",
"time": "1664475242",
"ip": "",
"details": [10, "Sequence Ended", "<a href=\"https:\/\/$app_domain\/sequence-522\">Sly Release 2<\/a><br \/><span>Status: Completed<\/span>"]
}]
}
Response data types
id | integer | unique id for the list object |
name | string | name assigned to the list object |
ma_type | integer |
numeric value to represent the list type
|
date_format | string | defining the date format assigned to the list object |
time_format | string | defining the time format assigned to the list object |
counter | integer | total raw count of contact records contained in the list object for all record status types. |
time | unix timestamp | last modified value for list object |
report_url | string | defining the url path to the list manager for the list object |
Error code
HTTP/1.1 404 Not Found
{
"id": "0",
"message": "Error description"
}
Comments
0 comments
Please sign in to leave a comment.