Cmdlets for SendGrid

Build 24.0.9060

Select-SendGrid Cmdlet

Parameters   Output Objects  

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'"

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060