ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、SendGrid の単純なSELECT/INSERT/UPDATE/DELETE 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにSendGrid から関連するレスポンスデータを返します。
CData Python Connector for SendGrid ストアドプロシージャ
| Name | Description |
| AddRecipientToList | Adds a recipient to a list. |
| DownloadCampaignAutomationStats | Download Marketing Campaign Stats for Automations |
| GetImportContactsStatus | Gets the Import contacts status |
| GetScopes | Returns a list of all scopes that this user has access to. |
| ImportMarketingContacts | Import contacts to sendgrid account from CSV file. |
| SendMail | Sends a mail. |
| SendMail2 | Sends a mail. This Stored Procedure is used to handle aggregates. |
| SendTestCampaign | Sends a test campaign. |