Select-SendGrid Cmdlet
Searches SendGrid data.
Syntax
Select-SendGrid [parameters]
Remarks
The Select-SendGrid cmdlet allows you to use a syntax similar to SQL SELECT statements to search SendGrid data.
$conn = Connect-SendGrid -APIKey 'MyAPIKey' Select-SendGrid -Connection $conn -Table "MarketingCampaigns" -Columns @("Title","Subject") -Where "Id='17693'"