Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 382 Bytes

CreateList.md

File metadata and controls

20 lines (14 loc) · 382 Bytes

Brevo::CreateList

Properties

Name Type Description Notes
name String Name of the list
folder_id Integer Id of the parent folder in which this list is to be created

Example

require 'brevo'

instance = Brevo::CreateList.new(
  name: Magento Customer - ES,
  folder_id: 2
)