You need to sign in to do that
Don't have an account?

For Chatter posts posted via 3rd party integrations (e.g. Zapier), what field on the FeedItem holds the "via Zapier..." signature?
For Feed Items posted from external sources like Zapier, there is a little signature below each post indicating the source:

I am wondering where this information is stored on the FeedItem object. I'd like this information so I can filter them in a trigger, rather than using the post body.
I have tried querying every field under the FeedItem but nothing shows it.
Thanks!
I am wondering where this information is stored on the FeedItem object. I'd like this information so I can filter them in a trigger, rather than using the post body.
I have tried querying every field under the FeedItem but nothing shows it.
Thanks!

You can always use data loader to extract records frm feeditem object and check that particular value in the extracted records