New BrevoDomain - tsubotitsch/Brevo GitHub Wiki

New-BrevoDomain

SYNOPSIS

Creates a new mail domain.

SYNTAX

New-BrevoDomain [-name] <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

The New-BrevoDomain function is used to create a new mail domain by sending a POST request to the "/senders/domains" endpoint. It requires the domain name as input and returns the created domain information.

EXAMPLES

EXAMPLE 1

New-BrevoDomain -name "example.com"
Creates a new mail domain with the name "example.com".

PARAMETERS

-name

Specifies the name of the mail domain 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

-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

NOTES

RELATED LINKS

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