ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、HubSpot の単純なSELECT/INSERT/UPDATE/DELETE 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにHubSpot から関連するレスポンスデータを返します。
CData ODBC Driver for HubSpot ストアドプロシージャ
| Name | Description |
| CreateSchema | Generates a schema definition file for a specified HubSpot table or view, useful for metadata documentation. |
| DeleteFile | Permanently deletes a file and its associated data and thumbnails from HubSpot's file manager. |
| GetOAuthAccessToken | Retrieves the OAuth access token required for authenticating API requests to HubSpot. |
| GetOAuthAuthorizationURL | Generates the HubSpot OAuth authorization URL used to obtain the access token for API authentication. |
| InsertEngagement | Inserts a new engagement record in HubSpot, such as a call, email, or task. Retrieval of existing engagements is limited via API. |
| RefreshOAuthAccessToken | Refreshes the OAuth access token to maintain authenticated access to HubSpot's APIs. |
| UpdateWorkflowContacts | Enrolls or unenrolls contacts from a specific workflow within HubSpot, enabling workflow automation management. |
| UploadFile | Uploads a new file to HubSpot's file manager for use in content or marketing assets. |