Skip to main content
POST
/
api
/
v1
/
misc
/
google-business
/
location
/
place-action-links
Create Google Business place action link
curl --request POST \
  --url https://api.bundle.social/api/v1/misc/google-business/location/place-action-links \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "teamId": "<string>",
  "placeActionLink": {
    "name": "<string>",
    "uri": "<string>",
    "placeActionType": "APPOINTMENT",
    "isPreferred": true
  }
}
'
{
  "name": "<string>",
  "uri": "<string>",
  "placeActionType": "APPOINTMENT",
  "isPreferred": true
}

Authorizations

x-api-key
string
header
required

Body

application/json

Body

teamId
string
required

Response

200

name
string
uri
string<uri>
placeActionType
enum<string>
Available options:
APPOINTMENT,
ONLINE_APPOINTMENT,
DINING_RESERVATION,
FOOD_ORDERING,
FOOD_DELIVERY,
FOOD_TAKEOUT,
SHOP_ONLINE
isPreferred
boolean