Googleapis Mybusinessbusinessinformation
Google My Business Business Information API is a Google API for managing business profile details such as locations, names, addresses, hours, and attributes on Google.
- Base URL:
https://mybusinessbusinessinformation.googleapis.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
mybusinessbusinessinformation_attributes_list— GET /v1/attributes — Returns the list of attributes that would be available for a location with the gmybusinessbusinessinformation_categories_list— GET /v1/categories — Returns a list of business categories. Search will match the category name but nmybusinessbusinessinformation_categories_batchge— GET /v1/categories:batchGet — Returns a list of business categories for the provided language and GConcept idsmybusinessbusinessinformation_chains_search— GET /v1/chains:search — Searches the chain based on chain name.mybusinessbusinessinformation_locations_getattri— GET /v1/{name} — Looks up all the attributes set for a given location.mybusinessbusinessinformation_locations_attribut— GET /v1/{name}:getGoogleUpdated — Gets the Google-updated version of the specified location.
Inputs
apiKey— your googleapis-mybusinessbusinessinformation API keyoperation— 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: mybusinessbusinessinformation_attributes_list
apiKey: <your key>
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 |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: mybusinessbusinessinformation_attributes_list, mybusinessbusinessinformation_categories_list, mybusinessbusinessinformation_categories_batchge, mybusinessbusinessinformation_chains_search, mybusinessbusinessinformation_locations_getattri, mybusinessbusinessinformation_locations_attribut |
name |
string | no | — | Path parameter name (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |