# Ayrshare Post To GMB

Blocks for posting content to Google My Business profiles using the Ayrshare social media management API.

## Post To GMB

### What it is

Post to Google My Business using Ayrshare

### How it works

This block uses Ayrshare's API to publish content to Google My Business profiles. It supports standard posts, photo/video posts (categorized by type like exterior, interior, product), and special post types including events and promotional offers with coupon codes.

The block integrates with Google's Business Profile API through Ayrshare, enabling call-to-action buttons (book, order, shop, learn more, sign up, call), event scheduling with start/end dates, and promotional offers with terms and redemption URLs.

### Inputs

| Input                      | Description                                                                                                                               | Type            | Required |
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | --------------- | -------- |
| post                       | The post text to be published                                                                                                             | str             | No       |
| media\_urls                | Optional list of media URLs. GMB supports only one image or video per post.                                                               | List\[str]      | No       |
| is\_video                  | Whether the media is a video                                                                                                              | bool            | No       |
| schedule\_date             | UTC datetime for scheduling (YYYY-MM-DDThh:mm:ssZ)                                                                                        | str (date-time) | No       |
| disable\_comments          | Whether to disable comments                                                                                                               | bool            | No       |
| shorten\_links             | Whether to shorten links                                                                                                                  | bool            | No       |
| unsplash                   | Unsplash image configuration                                                                                                              | str             | No       |
| requires\_approval         | Whether to enable approval workflow                                                                                                       | bool            | No       |
| random\_post               | Whether to generate random post text                                                                                                      | bool            | No       |
| random\_media\_url         | Whether to generate random media                                                                                                          | bool            | No       |
| notes                      | Additional notes for the post                                                                                                             | str             | No       |
| is\_photo\_video           | Whether this is a photo/video post (appears in Photos section)                                                                            | bool            | No       |
| photo\_category            | Category for photo/video: cover, profile, logo, exterior, interior, product, at\_work, food\_and\_drink, menu, common\_area, rooms, teams | str             | No       |
| call\_to\_action\_type     | Type of action button: 'book', 'order', 'shop', 'learn\_more', 'sign\_up', or 'call'                                                      | str             | No       |
| call\_to\_action\_url      | URL for the action button (not required for 'call' action)                                                                                | str             | No       |
| event\_title               | Event title for event posts                                                                                                               | str             | No       |
| event\_start\_date         | Event start date in ISO format (e.g., '2024-03-15T09:00:00Z')                                                                             | str             | No       |
| event\_end\_date           | Event end date in ISO format (e.g., '2024-03-15T17:00:00Z')                                                                               | str             | No       |
| offer\_title               | Offer title for promotional posts                                                                                                         | str             | No       |
| offer\_start\_date         | Offer start date in ISO format (e.g., '2024-03-15T00:00:00Z')                                                                             | str             | No       |
| offer\_end\_date           | Offer end date in ISO format (e.g., '2024-04-15T23:59:59Z')                                                                               | str             | No       |
| offer\_coupon\_code        | Coupon code for the offer (max 58 characters)                                                                                             | str             | No       |
| offer\_redeem\_online\_url | URL where customers can redeem the offer online                                                                                           | str             | No       |
| offer\_terms\_conditions   | Terms and conditions for the offer                                                                                                        | str             | No       |

### Outputs

| Output       | Description                           | Type         |
| ------------ | ------------------------------------- | ------------ |
| error        | Error message if the operation failed | str          |
| post\_result | The result of the post                | PostResponse |
| post         | The result of the post                | PostIds      |

### Possible use case

**Local Business Updates**: Post daily specials, new arrivals, or service announcements directly to your Google Business Profile.

**Promotional Campaigns**: Create time-limited offers with coupon codes and online redemption links to drive sales.

**Event Marketing**: Announce upcoming events with dates, descriptions, and call-to-action buttons for reservations.

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://agpt.co/docs/integrations/block-integrations/post_to_gmb.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
