---
title: "Create action link"
method: POST
path: "/v1/accounts/{accountId}/gmb-place-actions"
tags: ["GMB Place Actions"]
---

# Create action link

`POST /v1/accounts/{accountId}/gmb-place-actions`

Creates a place action link for a location.

Available action types: APPOINTMENT, ONLINE_APPOINTMENT, DINING_RESERVATION, FOOD_ORDERING, FOOD_DELIVERY, FOOD_TAKEOUT, SHOP_ONLINE.

## Path parameters

- `accountId` string, required

## Query parameters

- `locationId` string

## Request body

- object
  - `uri` string, uri, required — The action URL
  - `placeActionType` 'APPOINTMENT' | 'ONLINE_APPOINTMENT' | 'DINING_RESERVATION' | 'FOOD_ORDERING' | 'FOOD_DELIVERY' | 'FOOD_TAKEOUT' | 'SHOP_ONLINE', required — Type of action

## Response `200`

Place action created successfully

- object
  - `success` boolean
  - `name` string — Resource name of the created link
  - `uri` string
  - `placeActionType` string

## Other responses

- `400` — Invalid request
- `401` — Unauthorized

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/revisions/b8c9216f378a/schema)
