Googleapis Integrations
Googleapis Integrations is a connector for the Google Cloud Application Integration API used to build and manage integrations between applications and services.
- Base URL:
https://integrations.googleapis.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
integrations_callback_generatetoken— GET /v1/callback:generateToken — Receives the auth code and auth config id to combine that with the client id andintegrations_connectorplatformregions_enumerate— GET /v1/connectorPlatformRegions:enumerate — Enumerates the regions for which Connector Platform is provisioned.integrations_projects_locations_sfdcinstances_sf— GET /v1/{name} — Gets an sfdc channel. If the channel doesn't exist, Code.NOT_FOUND exception wilintegrations_projects_locations_products_integra— GET /v1/{name}:download — Downloads an integration. Retrieves theIntegrationVersionfor a given `integrintegrations_projects_locations_products_authcon— GET /v1/{parent}/authConfigs — Lists all auth configs that match the filter. Restrict to auth configs belong tointegrations_projects_locations_products_certifi— GET /v1/{parent}/certificates — List all the certificates that match the filter. Restrict to certificate of curr
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: integrations_callback_generatetoken
# (attach an 'oauth' credential to the task — no inline secrets)
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
operation |
string | yes | — | One of: integrations_callback_generatetoken, integrations_connectorplatformregions_enumerate, integrations_projects_locations_sfdcinstances_sf, integrations_projects_locations_products_integra, integrations_projects_locations_products_authcon, integrations_projects_locations_products_certifi |
name |
string | no | — | Path parameter name (required by some operations). |
parent |
string | no | — | Path parameter parent (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |