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.
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.
What made this section unhelpful for you?
Endpoints
POST
GET
GET
PATCH
DELETE
POST
What made this section unhelpful for you?
Create a new Tag
Create a new custom tag and assign it to specified resources if resource_ids and resource_type are provided.
Query Parameters
Your API Key
Body Parameters
Specifies the label or name of the tag
Provides a description or additional information about the tag
Response
Response Attributes
The unique tag ID
The timestamp when the tag was created
The timestamp of the last update of this tag
The workspace id
Tag label
Tag description
Response Attributes
The status code of the request
The type of error
Error message
Response Attributes
What made this section unhelpful for you?
Response
{
"id": "97a30801-2195-4b2e-9f44-00ba081a0e9f",
"timestamp_created": "2024-05-13T16:57:39.940Z",
"timestamp_updated": "2024-05-13T16:57:39.940Z",
"organization_id": "75a38123-07b5-1289-a7c2-b432ea1622d2",
"label": "High Delivery",
"description": "High Delivery Accounts"
}
What made this section unhelpful for you?
Get a Tag by id
Retrieve information about a specific custom tag.
Query Parameters
Your API Key
Path Parameters
Tag ID
Response
Response Attributes
The unique tag ID
The timestamp when the tag was created
The timestamp of the last update of this tag
The workspace id
Tag label
Tag description
Response Attributes
Request status code
Error type
Error message
What made this section unhelpful for you?
Response
{
"id": "97a30801-2195-4b2e-9f44-00ba081a0e9f",
"timestamp_created": "2024-05-13T16:57:39.940Z",
"timestamp_updated": "2024-05-13T16:57:39.940Z",
"organization_id": "75a38123-07b5-1289-a7c2-b432ea1622d2",
"label": "High Delivery",
"description": "High Delivery Accounts"
}
What made this section unhelpful for you?
List Tags
Retrieve a list of all custom tags available in your organization, optionally filtered by certain criteria.
Query Parameters
Your API Key
Limits the number of tags returned in the response. Maximum value is 100.
Skips the specified number of tags in the response.
Searches for tags based on the provided label.
Retrieves tags associated with the specified resource IDs. Multiple IDs can be provided as a comma-separated string.
Retrieves tags based on the provided tag IDs. Multiple IDs can be provided as a comma-separated string.
Response
Response Attributes
Show child attributes
The number of entries to fetch
The number of entries skipped
Response Attributes
Request status code
Error name
Error message
What made this section unhelpful for you?
Response
{
"data": [
{
"id": "97a30801-2195-4b2e-9f44-00ba081a0e9f",
"timestamp_created": "2024-05-13T16:57:39.940Z",
"timestamp_updated": "2024-05-13T17:04:39.572Z",
"organization_id": "75a31235-07b5-1234-a7c2-b432ea1622d2",
"label": "My first custom tag",
"description": ""
},
{
"id": "1e229e97-24ba-4975-a642-7843d0c86760",
"timestamp_created": "2024-05-13T15:45:58.844Z",
"timestamp_updated": "2024-05-13T15:45:58.844Z",
"organization_id": "75a31235-07b5-1234-a7c2-b432ea1622d2",
"label": "My second custom tag",
"description": ""
},
{
"id": "cf783362-acf4-43ac-95f3-928abc02a56c",
"timestamp_created": "2024-05-13T15:45:21.188Z",
"timestamp_updated": "2024-05-13T15:45:21.188Z",
"organization_id": "75a31235-07b5-1234-a7c2-b432ea1622d2",
"label": "High Delivery",
"description": null
},
{
"id": "c7274042-681a-476e-8621-7ddec2facc59",
"timestamp_created": "2024-05-13T15:44:47.423Z",
"timestamp_updated": "2024-05-13T15:44:47.423Z",
"organization_id": "75a31235-07b5-1234-a7c2-b432ea1622d2",
"label": "Important",
"description": null
},
{
"id": "32bfb7ba-c42f-4408-8976-01581faf1eb4",
"timestamp_created": "2024-05-13T15:44:37.023Z",
"timestamp_updated": "2024-05-13T15:44:37.023Z",
"organization_id": "75a31235-07b5-1234-a7c2-b432ea1622d2",
"label": "High Value",
"description": ""
}
],
"limit": 5,
"skip": null
}
What made this section unhelpful for you?
Update Tag
Update an existing custom tag by modifying the label or description.
Use the Update Tag endpoint to modify only the label or description, if you want to assign or unassign resources use this endpoint instead
Query Parameters
Your API Key
Path Parameters
The tag ID
Body Parameters
The new label for the tag
The new description for the tag
Response
Response Attributes
The unique tag ID
The timestamp when the tag was created
The timestamp of the last update of this tag
The workspace id
Tag label
Tag description
Response Attributes
Request status code
Error type
Error message
What made this section unhelpful for you?
Response
{
"id": "97a30801-2195-4b2e-9f44-00ba081a0e9f",
"timestamp_created": "2024-05-13T16:57:39.940Z",
"timestamp_updated": "2024-05-13T17:45:05.883Z",
"organization_id": "75a38254-07b5-4569-a7c2-b432ea1622d2",
"label": "My new tag label",
"description": "New Tag"
}
What made this section unhelpful for you?
Delete a Tag
Delete an existing custom tag.
We cannot recover your tag after you delete it.
Query Parameters
Your API Key
Path Parameters
The ID of the custom tag to be deleted
Response
Response Attributes
The unique tag ID
The timestamp when the tag was created
The timestamp of the last update of this tag
The workspace id
Tag label
Tag description
Response Attributes
Request status code
Error code
Error message
What made this section unhelpful for you?
Response
{
"id": "97a30801-2195-4b2e-9f44-00ba081a0e9f",
"timestamp_created": "2024-05-13T16:57:39.940Z",
"timestamp_updated": "2024-05-13T16:57:39.940Z",
"organization_id": "75a38123-07b5-1289-a7c2-b432ea1622d2",
"label": "High Delivery",
"description": "High Delivery Accounts"
}
What made this section unhelpful for you?
Assign or unassign a tag
Toggle the assignment status of one or more custom tags for specific resources, either assigning or unassigning the custom tags as required.
For resource_type 1
(ACCOUNT), only email addresses are accepted. For resource_type 2
(CAMPAIGN), only UUIDs are accepted. Please ensure your input matches the corresponding format based on the resource_type specified.
Heads up! if you are still unsure about what resource_type
to use, you should check this guide first
Query Parameters
Your API Key
Body Parameters
Specifies the unique identifiers of the tags to be assigned or unassigned to the resources.
Show child attributes
Resource Type
1
2
The IDs of the resources to assign or unassign the tags to.
Show child attributes
Specifies whether to assign (true) or unassign (false) the tags to the resources. If not provided, the default value is true.
Response
Response Attributes
Response Attributes
Response Attributes
Request code
Error type
Error messag
Response Attributes
Status code
Error type
Error message
What made this section unhelpful for you?
Response
{
"success": true,
"message": "Tag assigned successfully"
}
What made this section unhelpful for you?
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