Limited-time for new users: get 50% off

Send Facebook Group Posts to Zapier

With the Groups Watcher Pro plan, you can send every new post from your monitored Facebook groups and pages to Zapier. Use Webhooks by Zapier to get a catch hook URL, add it in Groups Watcher, and we deliver post details you can wire into Google Sheets, Slack, email, CRM, or 6,000+ apps. Most alerts arrive in under 60 seconds.

This feature is available on the Pro plan. Check pricing here.

Set up Zapier

  1. In Zapier, create a new Zap. Choose Webhooks by Zapier as the trigger.
  2. Select Catch Hook and continue. Zapier will give you a unique URL.
  3. Copy that URL and paste it into Groups Watcher as your webhook URL (in your campaign or Pro plan setup).
  4. When you are ready to test, trigger a post from Groups Watcher (or use the test tool below); Zapier will receive the data and you can map fields in your Zap.

The information we send matches our custom webhook doc: one alert per request with message and data (group name, post URL, body, images, videos, and more).

Test your Zapier webhook

Before or after configuring your Zap, send a test to your Zapier catch hook URL. Open Send test webhook, enter the URL, and we send a sample POST so you can verify the Zap trigger fires.


Request

  • Method: POST
  • Headers: Content-Type: application/json
  • Body: JSON with message and a data object (one post per request). Full reference: Custom webhook.

Payload (Zapier trigger data)

For the default format, the body has a short message (summary line) and a data object with all post fields. In Zapier map data.group_name, data.post_url, data.body, and so on in your Zap steps.

Each POST includes a short message and a data object with all post fields. See the full write-up on Custom webhook.

Payload shape

{
  "message": "<string>",
  "data": {
    "group_name": "<string>",
    "group_id": "<string>",
    "poster_name": "<string>",
    "poster_url": "<string>",
    "post_url": "<string>",
    "group_url": "<string>",
    "post_id": "<string>",
    "post_type": "regular_post" | "marketplace",
    "body": "<string>",
    "images": ["<url>", ...],
    "videos": ["<url>", ...],
    "timestamp": "<ISO 8601 string>"
  }
}

Slack, Discord, ntfy, and Teams use different formats. The example above applies when your automation receives a webhook URL from Groups Watcher (including via Zapier, Make, or n8n).

Field reference

FieldTypeDescription
messagestringSummary line, e.g. New post in <group_name>.
data.group_namestringName of the Facebook group or page.
data.group_idstringFacebook group or page ID.
data.poster_namestringDisplay name of the person who posted.
data.poster_urlstringFacebook profile URL of the poster.
data.post_urlstringURL of the post (Facebook permalink).
data.group_urlstringURL of the group or page.
data.post_idstringFacebook post ID.
data.post_typestringEither regular_post or marketplace.
data.bodystringFull text of the post.
data.imagesarray of stringsURLs of all images attached to the post (may be empty).
data.videosarray of stringsURLs of all videos attached to the post (may be empty).
data.timestampstringWhen we sent the notification (ISO 8601).

Example payload

This is what Zapier receives for each new post. Use these fields in your Zap actions (e.g. add row to Google Sheets, send Slack message, create CRM lead).

{
  "message": "New post in Tampa Bay Homeowners",
  "data": {
    "group_name": "Tampa Bay Homeowners",
    "group_id": "123456789",
    "poster_name": "Maria Johnson",
    "poster_url": "https://facebook.com/maria.johnson",
    "post_url": "https://www.facebook.com/groups/123456789/permalink/987654321012345/",
    "group_url": "https://www.facebook.com/groups/123456789",
    "post_id": "987654321012345",
    "post_type": "regular_post",
    "body": "Anyone have a good HVAC person in St. Pete? Our AC went out last night",
    "images": ["https://scontent.xx.fbcdn.net/v/.../image1.jpg", "https://.../image2.jpg"],
    "videos": [],
    "timestamp": "2026-02-11T14:30:00.000Z"
  }
}

Frequently asked questions

How do I build a Zapier automation to get Facebook group posts?

Create a Zap with Webhooks by Zapier as the trigger and Catch Hook selected. Zapier gives you a unique URL. Paste that URL into Groups Watcher Pro as your notification webhook and add the groups or pages to monitor. When a new post appears, Groups Watcher sends the details to Zapier in under 60 seconds. Add action steps such as Google Sheets rows, Slack messages, Gmail, or any of 6,000+ apps, and map fields from the webhook trigger.

What is Groups Watcher?

Groups Watcher watches Facebook groups and pages you add and sends alerts for new posts in under 60 seconds. Pro subscribers can route those alerts through Zapier, Make, n8n, email, Slack, or other channels covered in this documentation.

Why use Groups Watcher with Zapier?

Groups Watcher watches the Facebook groups and pages you add and sends each new post to your Catch Hook with a consistent set of fields you can map in Zapier. You use Zapier actions to send that information to Google Sheets, Slack, Gmail, CRMs, and thousands of other apps without building your own scraper.

Do I need developer skills?

No. You copy the webhook URL, paste it in Groups Watcher, then pick apps and map fields in the Zap editor.

Can I use Groups Watcher for brand mentions on Facebook?

Yes. Teams use Pro to watch groups and pages where people talk about a brand, product, or competitor. Add keywords or AI filtering so you see the conversations that matter. Most alerts reach you in under 60 seconds through email, webhooks, Slack, and the other channels in these guides.

Pro plan only. This integration uses the same webhook as the Pro plan. Need help? Contact support@groupswatcher.com.

View pricing