Send BrevoEmailCampaign - tsubotitsch/Brevo GitHub Wiki
Sends an email campaign immediately using the Sendinblue API.
Send-BrevoEmailCampaign [-campaignId] <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]
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.
Send-BrevoEmailCampaign -campaignId "12345"
This example sends the email campaign with the ID "12345" immediately.
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
{{ 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.