Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 647 Bytes

GetList.md

File metadata and controls

26 lines (20 loc) · 647 Bytes

Brevo::GetList

Properties

Name Type Description Notes
id Integer ID of the list
name String Name of the list
total_blacklisted Integer Number of blacklisted contacts in the list
total_subscribers Integer Number of contacts in the list
unique_subscribers Integer Number of unique contacts in the list

Example

require 'brevo'

instance = Brevo::GetList.new(
  id: 23,
  name: Magento Customers - EN,
  total_blacklisted: 13,
  total_subscribers: 1776,
  unique_subscribers: 1789
)