New ContactFolder - tsubotitsch/Brevo GitHub Wiki
Creates a new contact folder in Brevo.
New-ContactFolder [-Name] <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]
The New-ContactFolder function creates a new contact folder in Brevo by sending a POST request to the /contacts/folders endpoint.
New-ContactFolder -Name "MyNewFolder"
This command creates a new contact folder named "MyNewFolder".
The name of the contact folder to be created. This parameter is mandatory.
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.