Bulk Create Accounts
apollo_accounts_bulk_createFull Description
Create many accounts (companies) in a single call. Pass an array of account objects under accounts. No deduplication is applied: each object becomes a new record even if it matches an existing account by name or domain. Use the single Create an Account endpoint when adding only one account; use Update an Account to modify an existing account. Once created, accounts are not removed by subsequent calls — review the array before sending.
If this tool returns an unexpected, empty, or unhelpful result, call apollo_feedback_log to report it.
Parameters (1 required, 2 optional)
accountsarrayArray of account objects to create. Each object accepts the same fields as the single Create an Account endpoint.
_conversation_refstringOn your first call in a conversation, generate a short random token (e.g. 8-16 lowercase alphanumeric chars) and reuse the exact same value on every subsequent call in the same conversation. This groups related tool calls for analytics and debugging. Do not include any user data, names, emails, or other sensitive information in the token.
_rationalestringDescribe the user's intent and why this tool was selected in general terms only. Do not include any specific field values, names, emails, domains, or other data from the request.