Introduction
Welcome to Instantly. Let’s get started with getting you authenticated and ready to build! 🛠️
Finding your API key 🗝️
Campaign
The campaign endpoints allow you to interact with individual email campaigns, update their options, sending accounts, and status. See below for details.
Endpoints
GET
GET
GET
POST
GET
POST
POST
POST
POST
POST
POST
Analytics
The campaign endpoints allow you to interact with individual email campaigns, update their options, sending accounts, and status. See below for details.
Base URL
Production:
https://api.instantly.ai/api
Lead
The lead endpoints allow you to interact with lead data in your workspace.
What made this section unhelpful for you?
Endpoints
POST
GET
POST
POST
POST
POST
POST
What made this section unhelpful for you?
Add leads to a campaign
Send a list of lead objects to add to a campaign.
- A maximum of 500 leads could be uploaded at the same time
- Only the
email
field is required
Body Parameters
Your API key
Your campaign's ID
Skip lead if it exists in any campaigns in the workspace
Skip lead if it exists in a campaign
Show child attributes
Response
Response Attributes
Response status
Number of leads sent with the request
Number of uploaded leads
Number of leads already in the campaign
Number of invalid email addresses in the sent request
Number of duplicate emails in the sent request
Remaining upload count for your workspace
What made this section unhelpful for you?
Response
{
"status": "success",
"total_sent": 2,
"leads_uploaded": 2,
"already_in_campaign": null,
"invalid_email_count": null,
"duplicate_email_count": null,
"remaining_in_plan": 24984
}
What made this section unhelpful for you?
Get or search for lead
Query Parameters
Optional - campaign ID; if left blank, all leads matching the email will be returned
Email address of the lead
Response
Response Attributes
Lead's ID
Timestamp created
Campaign ID
Lead's status
Lead's email
If the lead has opened an email
If the lead has replied
Show child attributes
Name of the campaign
What made this section unhelpful for you?
Response
[
{
"id": "00dd2f2a-e96b-41e3-b779-d88d91afcef5",
"timestamp_created": "2023-02-24T07:15:39.370Z",
"campaign": "00000000-0000-0000-0000-000000000000",
"status": 1,
"contact": "abc@xyz.com",
"email_opened": true,
"email_replied": false,
"lead_data": {
"email": "abc@xyz.com",
"companyName": "Instantly"
},
"campaign_name": "My first campaign"
}
]
What made this section unhelpful for you?
Delete leads from a campaign
This section allows users to delete specific leads from a campaign. Users can remove leads by providing the campaign ID and other optional parameters, such as deleting leads with matching domains. The action helps users efficiently manage their campaign's lead database by removing unwanted entries.
Body Parameters
Your API key
Optional campaign id. if not provided, matching leads will be deleted across all campaigns.
Set to true if you would like to remove all leads with matching domains
Show child attributes
Response
Response Attributes
What made this section unhelpful for you?
Response
{
"status": "success"
}
What made this section unhelpful for you?
Update lead status
Possible values for new status
Basic types
Active
Completed
Unsubscribed
Additional types
Interested
Meeting Booked
Meeting Completed
Closed
Out of Office
Not Interested
Wrong Person
You can similarly send the label text if you'd like to apply custom labels. For example, if you have a custom label called “My Label,” you can simply set the new_status parameter to “My Label”. Please note that this is case-insensitive so it will have the same effect if you send “my label” (instead of “My Label”).
Body Parameters
Your API key
Campaign ID
Email address of the lead
New status for the lead, Basic types are active, completed, unsubscribed
Response
Response Attributes
What made this section unhelpful for you?
Response
{
"status": "success"
}
What made this section unhelpful for you?
Lead Variable | Update
Body Parameters
Your API key
Campaign ID
Email address of the lead
Show child attributes
Response
Response Attributes
What made this section unhelpful for you?
Response
{
"status": "success"
}
What made this section unhelpful for you?
Lead Variable | Set
The Lead Variable | Set section allows users to update and set custom variables for a lead within a specific campaign. By providing the email address of the lead and the desired variables, users can customize and enhance their lead data for targeted marketing efforts. This functionality enables users to dynamically adjust and personalize lead information to better engage with potential customers.
Body Parameters
Your API key
Campaign ID
Email address of the lead
Show child attributes
Response
Response Attributes
What made this section unhelpful for you?
Response
{
"status": "success"
}
What made this section unhelpful for you?
Lead Variable | Delete
Use this endpoint to remove attributes (variables) from a lead.
Set variables
as a list of attributes you want to remove.
Body Parameters
Your API key
Campaign ID
Email address of the lead
Show child attributes
Response
Response Attributes
What made this section unhelpful for you?
Response
{
"status": "success"
}
What made this section unhelpful for you?
Blocklist
The blocklist endpoints allow you to interact with your campaign blocklist. See below for details.
Endpoints
POST
POST
Account
The account endpoints allow you to interact with your sending accounts. See below for details.
Endpoints
GET
POST
GET
POST
POST
POST
POST
Unibox
The account endpoints allow you to interact with the Instantly Unibox. See below for details.
Endpoints
GET
GET
POST
POST
Tags
The custom tag endpoints are a set of endpoints that allow you to manage custom tags and associate them with specific resources. Custom tags are labels or categories that you can assign to different entities, such as user accounts or campaigns, to organize and group them based on certain criteria.
Resource Type and Resource ID: The resource type and resource ID are used to uniquely identify a specific resource.
- Resource Type: The resource type is a way to categorize different types of resources in your application. It helps distinguish between different entities that can have custom tags assigned to them. For example, you might have resource types such as "account" for user accounts and "campaign" for marketing campaigns.
- Resource ID: The resource ID is a unique identifier for a specific resource within a resource type. It allows you to reference a particular resource when assigning or retrieving custom tags. For example, if you have a user account with an email address "johndoe@instantly.ai", the email address would be the resource ID for the "account" resource type.
Endpoints
POST
GET
GET
PATCH
DELETE
POST
Email Verification
The Verification endpoints allow you to verify emails, including those behind catch-all domains.
See below for details.
There are currently two categories of verification endpoints.
- Submitting a verification job
- Checking the status of a verification job
Endpoints
POST
GET
Custom Tracking Domain
The Custom Tracking Domain endpoints allow you to add, remove, or check status of custom tracking domains that are used for tracking campaign metrics such as opens, link clicks, etc.
Help article: https://help.instantly.ai/en/articles/6984188-custom-tracking-domain