Skip to content
TriggerFacebookReal-timeUpdated May 2026

When does Facebook fire on new wall posts?

Short answer: Drop the "FacebookNew Page Post" trigger on your workflow canvas, add filters if you want them, and publish. It fires within seconds of the event in Facebook, not on a polling schedule.

Anatomy

What this trigger looks like in a workflow.

Drop it on the canvas. Configure a couple of fields. Publish.

In the builder
Trigger
New Page Post
When the matching event happens
when a new post is made on a facebook pagewhen new postpost addedwatch for new postnew new poston new postnew post
What this trigger returns
for the curious

You don’t need to read this. Tiny Command auto-maps every field into the visual picker so downstream nodes can pull values by clicking. We show it here for power users who want to know what’s on the wire.

{
"from": "Page Admin",
"message": "Hello world!",
"post_id": "page_123_456"
}
Output shape

Fields available to downstream nodes.

Every field below can be referenced by name in any action or filter that comes after this trigger.

FieldTypeExample
fromstring"Page Admin"
messagestring"Hello world!"
post_idstring"page_123_456"
FAQ

Questions about New Page Post.

How does the New Page Post trigger work in Facebook?
Fires when someone posts to the Page's wall or mentions the Page. Useful for moderation workflows or for community-engagement automation ("auto-thank-you for mentions of our brand").
Is the New Page Post trigger real-time?
Yes. New Page Post uses webhooks or push subscriptions, not polling. Your workflow fires within seconds of the event happening in Facebook.
What data does New Page Post return?
The full event payload from Facebook. The output shape table on this page lists every field, its type, and an example value so you can map fields into downstream nodes.
Can I filter New Page Post so only some events start a workflow?
Yes. Add a Filter node right after the trigger and match on any field, whether that's subject, sender, status, or anything else in the payload. Workflows only continue when the filter passes.
Do I need Facebook admin permissions to use New Page Post?
For most Facebook accounts a standard user can authorize the trigger. Some Facebook plans require an admin to enable third-party webhooks. Check Facebook's docs if the trigger fails to register.
More triggers

Other Facebook triggers.

Build a workflow on this trigger.

One trigger. 4+ downstream actions. Zero glue.