Account Campaign Mapping
Timestamp when the campaign was created
{ "campaign_id": "019769d6-c114-74c3-8add-d1f21b269fda", "campaign_name": "Campaign Name", "timestamp_created": "2025-06-13T15:09:31.284Z", "status": 1 }
The entire API V2 documentation is interactive and can be tested here. To the right side of every endpoint you will see a box with an example request. You can click on the "Try it" button to send a request to the server right from the docs. You will need to provide an API key by clicking the ApiKeyAuth_token
blue text.
https://api.instantly.ai/
https://developer.instantly.ai/_mock/api/v2/
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 |
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 |
ID of the subsequence
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 |
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 |
List ID associated with the lead
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 |
ID of the user assigned to the lead
Timestamp of the last touch with the lead
{ "id": "019769d6-beb2-7631-9d96-caa0c5583bb2", "timestamp_created": "2025-06-13T15:09:30.676Z", "timestamp_updated": "2025-06-13T15:09:30.677Z", "organization": "019769d6-beb5-7016-87a3-eb22de6a66cd", "campaign": "019769d6-beb5-7016-87a3-eb2374ec279a", "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": "019769d6-beb5-7016-87a3-eb2492f5a745", "timestamp_executed": "2025-06-13T15:09:30.677Z" }, "payload": null, "status_summary_subseq": { "from": "campaign", "stepID": "019769d6-beb5-7016-87a3-eb25c01e8f26", "timestampExecuted": "2025-06-13T15:09:30.677Z" }, "last_step_from": "campaign", "last_step_id": "019769d6-beb5-7016-87a3-eb268143b9cb", "last_step_timestamp_executed": "2025-06-13T15:09:30.677Z", "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": "019769d6-beb5-7016-87a3-eb27c3017fb7", "verification_status": 1, "pl_value_lead": "High", "timestamp_added_subsequence": "2025-06-13T15:09:30.677Z", "timestamp_last_contact": "2025-06-13T15:09:30.677Z", "timestamp_last_open": "2025-06-13T15:09:30.677Z", "timestamp_last_reply": "2025-06-13T15:09:30.677Z", "timestamp_last_interest_change": "2025-06-13T15:09:30.677Z", "timestamp_last_click": "2025-06-13T15:09:30.677Z", "enrichment_status": 1, "list_id": "019769d6-beb5-7016-87a3-eb28acb6e0e9", "last_contacted_from": "email", "uploaded_by_user": "019769d6-beb5-7016-87a3-eb296541167a", "upload_method": "manual", "assigned_to": "019769d6-beb5-7016-87a3-eb2a994200af", "is_website_visitor": true, "timestamp_last_touch": "2025-06-13T15:09:30.678Z", "esp_code": 1 }
A background job that can be used to perform long-running tasks
Unique identifier for the background job
Workspace ID
Type of background job
Enum Value | Description |
---|---|
move-leads | Move Leads |
import-leads | Import Leads |
export-leads | Export Leads |
Job status
Enum Value | Description |
---|---|
pending | The background job is waiting in the queue to be processed |
in-progress | The background job is being processed |
success | The background job has been successfully processed |
failed | The background job has failed |
The id of the user that triggered the action that created the job
The id of the entity that the job is related to
Type of entity
Enum Value | Description |
---|---|
list | The entity is a lead list |
campaign | The entity is a campaign |
{ "id": "675266e304a8e55b17f0228b", "workspace_id": "019769d6-c12f-7564-8f02-95c86f110e4f", "user_id": "019769d6-c12f-7564-8f02-95c937780ee4", "type": "move-leads", "entity_id": "019769d6-c12f-7564-8f02-95ca1a1310a8", "entity_type": "list", "data": {}, "progress": 0, "status": "pending", "created_at": "2025-06-13T15:09:31.311Z", "updated_at": "2025-06-13T15:09:31.311Z" }