ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、Klaviyo の単純なSELECT/INSERT/UPDATE/DELETE 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにKlaviyo から関連するレスポンスデータを返します。
CData Python Connector for Klaviyo ストアドプロシージャ
| Name | Description |
| CloneCampaign | Clones an existing campaign and returns the new campaign record with a unique identifier and name. |
| CreateSchema | Generates a local schema file for the specified table or view, reflecting its current metadata definition. |
| GetCampaignRecipientEstimation | Returns an estimated recipient count for a specified campaign based on current targeting rules and filters. |
| GetOAuthAccessToken | Gets an authentication token from Klaviyo. |
| GetOAuthAuthorizationURL | Gets the authorization URL that must be opened separately by the user to grant access to your application. Only needed when developing Web apps. You will request the OAuthAccessToken from this URL. |
| RefreshOAuthAccessToken | Refreshes the OAuth access token used for authentication with Klaviyo. |
| RequestProfileDeletion | Requests deletion of one or more profiles based on Identifiers such as email, phone number, or profile Id. |
| UploadImage | Uploads an image to the Klaviyo account and returns metadata including the file URL and Id. |