An open API service indexing awesome lists of open source software.

https://github.com/shibayan/sendgrid.powershell

PowerShell Cmdlets for SendGrid
https://github.com/shibayan/sendgrid.powershell

Last synced: over 1 year ago
JSON representation

PowerShell Cmdlets for SendGrid

Awesome Lists containing this project

README

          

SendGrid.PowerShell
==================

PowerShell Cmdlets for SendGrid

Account
------------------

### Add-SendGridAccount

```
$cred = Get-Credential

Add-SendGridAccount $cred
```

Blocks
------------------

### Get-SendGridBlocks

### Remove-SendGridBlocks

Bounces
------------------

### Get-SendGridBounces

### Remove-SendGridBounces

Filter Commands
------------------

Filter Settings
------------------

Invalid Emails
------------------

### Get-SendGridInvalidEmails

### Remove-SendGridInvalidEmails

Mail
------------------

### Send-SendGridMail

Multiple Credentials
------------------

Parse Webhook Settings
------------------

### Get-SendGridParse

### Remove-SendGridParse

### Set-SendGridParse

Profile
------------------

### Get-SendGridProfile

### Set-SendGridProfile

Spam Reports
------------------

### Get-SendGridSpamReports

### Remove-SendGridSpamReports

Unsubscribes
------------------

### Add-SendGridUnsubscribes

### Get-SendGridUnsubscribes

### Remove-SendGridUnsubscribes

Statistics
------------------