We're using SMS Magic managed package where it creates a chatter post every time we send an sms. This seems to flood the chatter communication and I'm trying to clear them as soon as record is created via an Async path. But unfortunately it seems Flows, Triggers are not running on FeedItem as per SF Documentation quoted below.
Only FeedItems of type TextPost, LinkPost, HasLink, ContentPost, andHasContent can be inserted, and therefore invoke the before or afterinsert trigger. User status updates don't cause the FeedItem triggersto fire.
I'm now trying a scheduled flow to remove these records which is not ideal as they can see these getting created, and disappearing later.
Any help to workaround to get rid of these unwanted chatter posts (below)? Thanks in advance!