New BrevoContactList - tsubotitsch/Brevo GitHub Wiki

New-BrevoContactList

SYNOPSIS

Creates a new contact list in Brevo.

SYNTAX

New-BrevoContactList [-Name] <String> [-FolderId] <Object> [-ProgressAction <ActionPreference>]
 [<CommonParameters>]

DESCRIPTION

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.

EXAMPLES

EXAMPLE 1

$contactList = New-BrevoContactList -Name "My New List" -FolderId 123

Creates a new contact list named "My New List" in the folder with ID 123.

PARAMETERS

-FolderId

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

-Name

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

-ProgressAction

{{ 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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

The created contact list object.

NOTES

RELATED LINKS

⚠️ **GitHub.com Fallback** ⚠️