Brevo · Schema

ImportContacts

MarketingMarketing AutomationEmail MarketingTransactional EmailSMS MarketingWhatsAppCampaignsCRMSalesE-CommerceLoyaltyEventLive ChatEmailSMSAutomationMessagingContacts

Properties

Name Type Description
fileUrl string URL of the file to import contacts from.
fileBody string Inline CSV data for contact import.
listIds array IDs of lists to add imported contacts to.
notifyUrl string URL to receive notification when the import completes.
newList object Create a new list and add imported contacts to it.
emailBlacklist boolean Whether to blacklist imported contacts' email addresses.
smsBlacklist boolean Whether to blacklist imported contacts' phone numbers.
updateExistingContacts boolean Whether to update existing contacts during import.
emptyContactsAttributes boolean Whether to empty existing attributes not in the import file.
View JSON Schema on GitHub

JSON Schema

brevo-importcontacts-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ImportContacts",
  "title": "ImportContacts",
  "type": "object",
  "properties": {
    "fileUrl": {
      "type": "string",
      "format": "uri",
      "description": "URL of the file to import contacts from."
    },
    "fileBody": {
      "type": "string",
      "description": "Inline CSV data for contact import."
    },
    "listIds": {
      "type": "array",
      "description": "IDs of lists to add imported contacts to.",
      "items": {
        "type": "integer",
        "format": "int64"
      }
    },
    "notifyUrl": {
      "type": "string",
      "format": "uri",
      "description": "URL to receive notification when the import completes."
    },
    "newList": {
      "type": "object",
      "description": "Create a new list and add imported contacts to it.",
      "properties": {
        "listName": {
          "type": "string",
          "description": "Name of the new list."
        },
        "folderId": {
          "type": "integer",
          "format": "int64",
          "description": "Folder ID for the new list."
        }
      }
    },
    "emailBlacklist": {
      "type": "boolean",
      "description": "Whether to blacklist imported contacts' email addresses."
    },
    "smsBlacklist": {
      "type": "boolean",
      "description": "Whether to blacklist imported contacts' phone numbers."
    },
    "updateExistingContacts": {
      "type": "boolean",
      "description": "Whether to update existing contacts during import."
    },
    "emptyContactsAttributes": {
      "type": "boolean",
      "description": "Whether to empty existing attributes not in the import file."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/brevo-importcontacts"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.