brevo.importContacts import contacts through the Brevo API.
Example
Inputs and output
Inputs:fileBody (at most 10 MB), absolute fileUrl, or jsonBody. Provide either non-empty listIds or newList, not both. IDs must be positive integers, listName must be non-empty, and notifyUrl must be absolute. Every JSON row needs an email or attributes.
Returns { processId } for tracking with brevo.getProcess. Provide exactly one of fileBody, fileUrl, or jsonBody, and either existing listIds or newList. Each JSON row needs an email or provider-recognized attributes, allowing SMS-only contacts. By default, Brevo updates existing contacts, keeps contacts unblocked, and sends import notifications. Pass { account } as the second argument to select a named Brevo account binding.