New BrevoContactList - tsubotitsch/Brevo GitHub Wiki
Creates a new contact list in Brevo.
New-BrevoContactList [-Name] <String> [-FolderId] <Object> [-ProgressAction <ActionPreference>]
[<CommonParameters>]
The New-BrevoContactList function creates a new contact list in Brevo by specifying the name of the contact list and the ID of the folder in which the contact list is created.
$contactList = New-BrevoContactList -Name "My New List" -FolderId 123
Creates a new contact list named "My New List" in the folder with ID 123.
The ID of the folder in which the contact list is created.
Type: Object
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The name of the contact list.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.