← Integrations

social

Google Business integration

Post offers and updates to Business Profile, reply to reviews.

Overview

Publish updates and offers to Google Business Profile locations, pull reviews into the unified inbox, and respond from the same SDK you use for social platforms.

Quick start

blazto.tsTypeScript
import { Blazto } from "@blazto/node";
const blazto = new Blazto(process.env.BLAZTO_API_KEY);

// Connect a Google Business account through hosted OAuth
const { url } = await blazto.accounts.connect({ platform: "google-business" });

// Publish from your app
await blazto.posts.create({
  text: "Shipping today.",
  platforms: ["google-business"],
});

What you can do

Key endpoints

POST/posts
Publish a Business Profile update.
GET/inbox
Reviews and Q&A in the unified inbox.

Built for

Multi-location brands

Push the same offer to every location.

Related integrations

Ship the Google Business integration today

One API key, one SDK, every platform you need.

Start for free