Imports
Authorizations
AuthorizationstringRequired
Header parameters
AuthorizationstringRequired
Bearer <API_KEY>
Body
apiKeystringRequiredExample:
APIKey is the caller's Instantly.ai API key. It is validated with a lightweight call to Instantly before the import job is enqueued.
insta_xxxResponses
202
Import job queued
application/json
jobIdstringOptionalExample:
9f8b1c2a-1234-4a5b-9c8d-0e1f2a3b4c5dmessagestringOptionalExample:
instantly import startedstatusstringOptionalExample:
queued400
Invalid request body or Instantly API key
application/json
401
Unauthorized - invalid or missing API key
application/json
500
Failed to start import
application/json
post/imports/instantly
Authorizations
AuthorizationstringRequired
Header parameters
AuthorizationstringRequired
Bearer <API_KEY>
Body
apiKeystringRequiredExample:
APIKey is the caller's Instantly.ai API key.
insta_xxxResponses
200
OK
application/json
imapCsvTemplatestringOptional
ImapCsvTemplate is a ready-to-fill CSV (one row per account, password column empty) for the bulk IMAP/SMTP connection flow.
400
Invalid request body or Instantly API key
application/json
401
Unauthorized - invalid or missing API key
application/json
502
Instantly API unavailable
application/json
post/imports/instantly/accounts
Last updated