Send BrevoEmailCampaign - tsubotitsch/Brevo GitHub Wiki

Send-BrevoEmailCampaign

SYNOPSIS

Sends an email campaign immediately using the Sendinblue API.

SYNTAX

Send-BrevoEmailCampaign [-campaignId] <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

The Send-BrevoEmailCampaign function sends an email campaign specified by the campaign ID immediately using the Sendinblue API. The function constructs the API endpoint URL using the provided campaign ID and makes a POST request to the Sendinblue API to trigger the campaign.

EXAMPLES

EXAMPLE 1

Send-BrevoEmailCampaign -campaignId "12345"

This example sends the email campaign with the ID "12345" immediately.

PARAMETERS

-campaignId

The ID of the campaign to be sent. 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

Returns the email campaign object.

NOTES

RELATED LINKS

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