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
- Host: GitHub
- URL: https://github.com/shibayan/sendgrid.powershell
- Owner: shibayan
- License: other
- Created: 2014-05-09T08:50:34.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-28T09:54:39.000Z (over 11 years ago)
- Last Synced: 2025-03-26T16:39:14.535Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 500 KB
- Stars: 11
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
------------------