Instantly website screenshot

Instantly

Instantly is a cold email outbound platform that combines mailbox sending infrastructure, email warmup, a B2B lead database, deliverability tools, and a unified inbox for replies. The Instantly v2 REST API at api.instantly.ai/api/v2 covers campaigns, leads, accounts, email verification, inbox placement tests, webhooks, analytics, API keys, and workspaces, with Bearer token authentication and scoped API keys.

9 APIs 0 Features
Cold EmailOutboundSalesDeliverabilityLead DatabaseEmail VerificationWebhooks

APIs

Instantly Campaigns API

REST endpoints to create, list, fetch, update, launch, pause, and schedule cold email campaigns, plus manage sequences, A/B variants, and sender mailbox assignments.

Instantly Leads API

Endpoints to create, list, fetch, update, and delete leads, manage lead lists, move leads between campaigns, and update lead interest status.

Instantly Accounts API

Endpoints to add, list, update, and remove sender email accounts (SMTP, Gmail, Microsoft), configure per-account sending limits, and toggle warmup state.

Instantly Email Verification API

Single and bulk email address verification endpoints that check syntax, MX records, deliverability, and risk scoring before sending.

Instantly Inbox Placement Test API

Endpoints to run and read inbox placement tests across major mailbox providers, used to measure deliverability and quantify spam-folder risk before launching campaigns.

Instantly Webhooks API

CRUD endpoints for webhook subscriptions on campaign, lead, and account events (sent, opened, replied, bounced, unsubscribed) for streaming activity to external systems.

Instantly Analytics API

Campaign and account-level analytics — sent, open, click, reply, bounce, unsubscribe, and interested-lead counts aggregated over time ranges.

Instantly API Keys API

Endpoints to create, list, scope, and revoke API keys — the v2 API uses scoped Bearer tokens that can be restricted to specific resource permissions.

Instantly Workspaces API

Endpoints for managing workspaces — the multi-tenant boundary used by agencies and large teams to isolate campaigns, accounts, and billing.

Collections

GraphQL

Instantly GraphQL Schema

This conceptual GraphQL schema models the Instantly cold email outreach and sales acceleration platform. Instantly provides mailbox sending infrastructure, email warmup, a B2B l...

GRAPHQL

Pricing Plans

Rate Limits

Instantly Ai Rate Limits

2 limits

RATE LIMITS

FinOps

Resources

🔗
Website
Website
🔗
App
App
🔗
Documentation
Documentation
🔗
APIReference
APIReference
🚀
GettingStarted
GettingStarted
🔑
Authentication
Authentication
🔗
OpenAPI
OpenAPI
💰
Pricing
Pricing
📰
Blog
Blog
🔗
Help
Help
📝
Signup
Signup
🔗
Login
Login
📜
PrivacyPolicy
PrivacyPolicy
📜
TermsOfService
TermsOfService
🔗
LinkedIn
LinkedIn
🔗
Twitter
Twitter
👥
YouTube
YouTube
🔗
LlmsText
LlmsText
🔗
GraphQL
GraphQL

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Instantly.ai API v2
  version: '2'
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: List campaigns
    type: http
  http:
    method: GET
    url: https://api.instantly.ai/api/v2/campaigns
  docs: List campaigns
- info:
    name: Create a campaign
    type: http
  http:
    method: POST
    url: https://api.instantly.ai/api/v2/campaigns
    body:
      type: json
      data: '{}'
  docs: Create a campaign
- info:
    name: Get a campaign
    type: http
  http:
    method: GET
    url: https://api.instantly.ai/api/v2/campaigns/:id
    params:
    - name: id
      value: ''
      type: path
  docs: Get a campaign
- info:
    name: Update a campaign
    type: http
  http:
    method: PATCH
    url: https://api.instantly.ai/api/v2/campaigns/:id
    params:
    - name: id
      value: ''
      type: path
    body:
      type: json
      data: '{}'
  docs: Update a campaign
- info:
    name: Delete a campaign
    type: http
  http:
    method: DELETE
    url: https://api.instantly.ai/api/v2/campaigns/:id
    params:
    - name: id
      value: ''
      type: path
  docs: Delete a campaign
- info:
    name: Activate campaign
    type: http
  http:
    method: POST
    url: https://api.instantly.ai/api/v2/campaigns/:id/activate
    params:
    - name: id
      value: ''
      type: path
  docs: Activate campaign
- info:
    name: Pause campaign
    type: http
  http:
    method: POST
    url: https://api.instantly.ai/api/v2/campaigns/:id/pause
    params:
    - name: id
      value: ''
      type: path
  docs: Pause campaign
- info:
    name: Search campaigns by contact
    type: http
  http:
    method: GET
    url: https://api.instantly.ai/api/v2/campaigns/search-by-contact
    params:
    - name: contact_email
      value: ''
      type: query
  docs: Search campaigns by contact
- info:
    name: Share campaign
    type: http
  http:
    method: POST
    url: https://api.instantly.ai/api/v2/campaigns/:id/share
    params:
    - name: id
      value: ''
      type: path
  docs: Share campaign
- info:
    name: Duplicate campaign
    type: http
  http:
    method: POST
    url: https://api.instantly.ai/api/v2/campaigns/:id/duplicate
    params:
    - name: id
      value: ''
      type: path
  docs: Duplicate campaign
- info:
    name: Export campaign
    type: http
  http:
    method: POST
    url: https://api.instantly.ai/api/v2/campaigns/:id/export
    params:
    - name: id
      value: ''
      type: path
  docs: Export campaign
- info:
    name: Count launched campaigns
    type: http
  http:
    method: GET
    url: https://api.instantly.ai/api/v2/campaigns/count-launched
  docs: Count launched campaigns
- info:
    name: Get campaign sending status
    type: http
  http:
    method: GET
    url: https://api.instantly.ai/api/v2/campaigns/:id/sending-status
    params:
    - name: id
      value: ''
      type: path
  docs: Get campaign sending status
bundled: true