Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 657 Bytes

GetFolder.md

File metadata and controls

26 lines (20 loc) · 657 Bytes

Brevo::GetFolder

Properties

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

Example

require 'brevo'

instance = Brevo::GetFolder.new(
  id: 2,
  name: Magento Customers,
  total_blacklisted: 32,
  total_subscribers: 19777,
  unique_subscribers: 16222
)