Google Workspace Add-on

Manage reviews from Google Sheets

Sync your Google reviews, generate AI-powered replies, and track your reputation score — all without leaving your spreadsheet.

Install the Add-on View API docs

Everything you need, right in Sheets

One-click sync

Pull all your reviews from ReplyBuddy into a structured spreadsheet. Ratings, dates, authors, and reply status — all formatted and colour-coded.

Generate replies in bulk

Select rows, click "Generate" — ReplyBuddy crafts personalised, SEO-optimised replies using your Brand DNA. No tab switching required.

Edit before posting

Review and tweak replies right in your spreadsheet. Make edits, add personal touches, then push updates back to ReplyBuddy.

Track your stats

View your reputation score, response rate, average rating, and pending review count — directly from the Sheets sidebar.

Import from Sheets

Already have reviews in a spreadsheet? Push them directly into ReplyBuddy — no CSV export needed. Works with any column layout.

Secure API key auth

Connect with your ReplyBuddy API key. Your data stays encrypted and never touches third-party servers. Revoke access anytime.

Set up in 3 minutes

No marketplace approval needed — just paste the script into your sheet.

1

Open Apps Script

In Google Sheets, go to Extensions → Apps Script. This opens the script editor for your spreadsheet.

2

Paste the ReplyBuddy script

Copy the script below and paste it into the Apps Script editor. Replace any existing code, then click Save.

// Full script available at: // https://replybuddy.xyz/workspace/apps-script.js // // 1. Copy the entire script from that URL // 2. Paste into Extensions → Apps Script // 3. Save and reload your spreadsheet // 4. Click ReplyBuddy → Settings to connect
3

Connect your API key

Reload the spreadsheet. Click ReplyBuddy → Settings in the menu bar. Paste your API key from the ReplyBuddy Dashboard (Zapier → Webhook Key).

4

Start managing reviews

Click ReplyBuddy → Sync Reviews to pull your reviews in. Select rows and click Generate Replies to create AI-powered replies in bulk.

API reference

All endpoints use your ReplyBuddy API key via the x-replybuddy-api-key header.

GET /api/google-sheets?action=verify
Verify your API key is valid. Returns business name and industry.
GET /api/google-sheets?action=reviews
Fetch all reviews with drafts, ratings, dates, and tags.
GET /api/google-sheets?action=stats
Get dashboard stats: total reviews, avg rating, response rate, reputation score.
POST /api/google-sheets?action=generate
Generate an AI reply. Body: { reviewText, rating, reviewerName, reviewId }
POST /api/google-sheets?action=import
Import reviews from Sheets. Body: { rows: [{ author, rating, text, date }] }

Ready to manage reviews from Sheets?

Sign up for ReplyBuddy, get your API key, and start generating AI-powered review replies right from your spreadsheet.

Get started free →