Skip to main content
Conversationalist
January 19, 2026
Solved

Webhook Inbound Messages filter for New Conversations only

  • January 19, 2026
  • 3 replies
  • 160 views

We are using a front webhook for “all incoming messages” and forward these to our own endpoint. I need to filter out ONLY NEW conversations somehow but it seems quite tricky looking at the webhook payload. We only have a professional account (and wont upgrade to enterprise any time soon). How could I reliably filter out all replies and follow up emails and only keep NEW conversations when processing the webhook event?

Best answer by raymond_ching

Ah, sorry for misunderstanding! Even without company rules, you should be able to create this as a team rule for your workspace, though if you’d like the rule to also work for individual inboxes you’ll need to recreate the rule each time for a teammate as well. 

3 replies

Fronteer
January 20, 2026

Hi there! Is your webhook currently configured using Front’s rule framework? If so, then you can try creating a rule that fires only on “inbound new conversation” and have that rule use a ‘send to webhook’ action to send that event to your webhook. That would likely be the best way to trigger a webhook response only on inbound new conversations!

josula1Author
Conversationalist
January 20, 2026

Thanks but as I said, I cannot use Company Rules as we are not on Enterprise...

 

Fronteer
January 20, 2026

Ah, sorry for misunderstanding! Even without company rules, you should be able to create this as a team rule for your workspace, though if you’d like the rule to also work for individual inboxes you’ll need to recreate the rule each time for a teammate as well.