brevo.addContactsToList adds contacts by email and returns separate success and failure lists.
Example
list: string | number and a non-empty emails array. Contacts must already exist. This action doesn’t upsert them. Second argument { account } selects the Brevo binding.
Returns { success: string[]; failure: string[] }. Partial failure doesn’t fail the action, so inspect failure before assuming every membership changed.