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.
Endpoints
POST
GET
POST
POST
POST
POST
POST
Blocklist
The blocklist endpoints allow you to interact with your campaign blocklist. See below for details.
What made this section unhelpful for you?
Endpoints
POST
POST
What made this section unhelpful for you?
Add entries to blocklist
The "Add entries to blocklist" section allows users to add email addresses or domains to a blocklist, preventing them from accessing certain services. With this functionality, users can effectively manage and control access to their platform by specifying which entries should be blocked. This action helps enhance security and streamline user management processes.
Body Parameters
Your API key
A list of email addresses or domains you want to block.
Show child attributes
Response
Response Attributes
Response status
Number of entries added to the blocklist
Number of entries that already existed in the blocklist
ID of the blocklist used
What made this section unhelpful for you?
Response
{
"status": "success",
"entries_added": null,
"already_in_blocklist": 2,
"blocklist_id": ""
}
What made this section unhelpful for you?
Remove entries from blocklist
This api allows users to remove specific entries from the blocklist associated with their API key. By utilizing this functionality, users can efficiently manage their blocklist by selectively deleting unwanted entries. This action helps maintain the accuracy and relevance of the blocklist for their API integration.
Body Parameters
Your API key
Specifies the entries to be removed from the blocklist.
Show child attributes
Response
Response Attributes
Indicates the status of the API request.
Indicates the number of entries that were successfully deleted.
Indicates if the specified entries are not in the blocklist.
What made this section unhelpful for you?
Response
{
"status": "success",
"entries_deleted": 2,
"not_in_blocklist": null
}
What made this section unhelpful for you?
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