A lead entity representing an individual lead
Unique identifier for the lead
Timestamp when the lead was created
Timestamp when the lead was last updated
Organization ID associated with the lead
Status of the lead
Enum Value | Description |
---|---|
1 | Active |
2 | Paused |
3 | Completed |
-1 | Bounced |
-2 | Unsubscribed |
-3 | Skipped |
x-parsed-md-1 | Active |
x-parsed-md-2 | Paused |
x-parsed-md-3 | Completed |
x-parsed-md--1 | Bounced |
Status summary of the lead
Campaign ID associated with the lead
Lead custom variables. This object can contain any key, but the values have to be of type string, number, boolean, or null. We do NOT allow objects or arrays as values.
ID of the last step
Timestamp when the last step was executed
Lead interest status. It can be either a static value (check below), or a custom status interest value
Enum Value | Description |
---|---|
0 | Out of Office |
1 | Interested |
2 | Meeting Booked |
3 | Meeting Completed |
4 | Closed |
-1 | Not Interested |
-2 | Wrong Person |
-3 | Lost |
x-parsed-md-0 | Out of Office |
x-parsed-md-1 | Interested |
Verification status of the lead
Enum Value | Description |
---|---|
1 | Verified |
11 | Pending |
12 | Pending Verification Job |
-1 | Invalid |
-2 | Risky |
-3 | Catch All |
-4 | Job Change |
x-parsed-md-1 | Verified |
x-parsed-md-11 | Pending |
x-parsed-md-12 | Pending Verification Job |
Timestamp when the lead was added to the subsequence
Timestamp of the last contact with the lead
Timestamp of the last email open
Timestamp of the last email reply
Timestamp of the last interest status change
Timestamp of the last email click
Enrichment status of the lead
Enum Value | Description |
---|---|
1 | Enriched |
11 | Pending |
-1 | Enrichment data not available |
-2 | Error |
x-parsed-md-1 | Enriched |
x-parsed-md-11 | Pending |
x-parsed-md--1 | Enrichment data not available |
x-parsed-md--2 | Error |
ID of the user who uploaded the lead
Method used to upload the lead
Enum Value | Description |
---|---|
manual | Manual |
api | API |
website-visitor | Website Visitor |
x-parsed-md-manual | Manual |
x-parsed-md-api | API |
x-parsed-md-website-visitor | Website Visitor |
ID of the user assigned to the lead
Timestamp of the last touch with the lead
{ "id": "0196cc61-c0eb-7da8-8660-50c4382d41f1", "timestamp_created": "2025-05-14T01:21:20.619Z", "timestamp_updated": "2025-05-14T01:21:20.619Z", "organization": "0196cc61-c0eb-7da8-8660-50c54b6c194b", "campaign": "0196cc61-c0eb-7da8-8660-50c6adaabfac", "status": 1, "email": "example@example.com", "personalization": "Hello, how are you?", "website": "https://example.com", "last_name": "Doe", "first_name": "John", "company_name": "Example Inc.", "phone": "+1234567890", "email_open_count": 0, "email_reply_count": 0, "email_click_count": 0, "company_domain": "example.com", "status_summary": { "from": "campaign", "stepID": "0196cc61-c0eb-7da8-8660-50c72c0c9fc2", "timestamp_executed": "2025-05-14T01:21:20.619Z" }, "payload": { "firstName": "John", "lastName": "Doe", "companyName": "Acme Corp", "website": "https://example.com", "phone": "+1234567890", "personalization": "Hi {{first_name}}, I noticed you work at {{company_name}}...", "property1": null, "property2": null }, "status_summary_subseq": { "from": "campaign", "stepID": "0196cc61-c0eb-7da8-8660-50c869f26b46", "timestampExecuted": "2025-05-14T01:21:20.619Z" }, "last_step_from": "campaign", "last_step_id": "0196cc61-c0eb-7da8-8660-50c95e2d5743", "last_step_timestamp_executed": "2025-05-14T01:21:20.619Z", "email_opened_step": 1, "email_opened_variant": 1, "email_replied_step": 1, "email_replied_variant": 1, "email_clicked_step": 1, "email_clicked_variant": 1, "lt_interest_status": 1, "subsequence_id": "0196cc61-c0eb-7da8-8660-50cad066397f", "verification_status": 1, "pl_value_lead": "High", "timestamp_added_subsequence": "2025-05-14T01:21:20.619Z", "timestamp_last_contact": "2025-05-14T01:21:20.619Z", "timestamp_last_open": "2025-05-14T01:21:20.619Z", "timestamp_last_reply": "2025-05-14T01:21:20.619Z", "timestamp_last_interest_change": "2025-05-14T01:21:20.619Z", "timestamp_last_click": "2025-05-14T01:21:20.619Z", "enrichment_status": 1, "list_id": "0196cc61-c0eb-7da8-8660-50cb21da07f0", "last_contacted_from": "email", "uploaded_by_user": "0196cc61-c0eb-7da8-8660-50ccb3b14cca", "upload_method": "manual", "assigned_to": "0196cc61-c0eb-7da8-8660-50cd2aa41ad8", "is_website_visitor": true, "timestamp_last_touch": "2025-05-14T01:21:20.619Z", "esp_code": 1 }