Hey @kyle t 👋 Paul here from intercom Support!
This is actually expected behaviour with the Round Robin rule currently but I know it is something the Team are working on!
Will let the Team know that this is something you'd like to see introduced in future 
I reinforce that this is very important to happen in Round Robin. Curious that in the balanced distribution this behavior happens. It turns out that those who really need this resource, to get it, need to pay much more.
Hi @kyle t!
Have you found any alternatives?
@Alex F12 My only suggestion would be to have a script running in the background (hosted wherever you’d like: AWS, etc.) that polls the desired teams’ buckets and runs the assignment rule using the API. I’m working on getting a lambda running to apply the Round Robin rule every 60 seconds for each team it’s needed for, but a native integration would be a big win for us.
API documentation reference for applying Assignment Rules is HERE. The conversation ID will always have to be a dynamic value based on the affected via polling and chats assigned to a Team, but not a Teammate.
Hey @Kyle T ,
We ran into a similar situation in our workspace, and found a helpful workaround using Workflows in Intercom.
We created a workflow with the type “When customer sends any message.” Then, we added a rule like:
IF the team assigned is (e.g.) Marketing AND the teammate assigned is Unknown
THEN assign to Marketing.
This re-triggers the Round Robin assignment for the relevant team. We’ve set this up for each team that uses Round Robin. It works especially well in cases where a teammate is marked as Away & Reassign, and the default assignment is set to Unassigned. When the customer replies again, this workflow kicks in and assigns the conversation to an available teammate.
Hope this workaround helps!
@Keta I’ll give this a shot! Thanks for the feedback.
This is very helpful and helps me a lot. Thank you so much for sharing this information. GBAPKAPP
Hi,
Yes, it’s definitely possible to set up an automation like that, depending on the platform you're using. Many systems allow you to trigger Round Robin distribution after a chat is assigned to a specific team from the Unassigned bin. You might need to configure it using automation rules or workflows—just make sure the trigger is set after the team assignment happens.
Hope this helps! Let me know if you’re using a specific tool—I might be able to give more detailed steps.