Community Chatter Type Condition

The Chatter type condition element for Community Flow Automations filters messages by their chatter type:

  • Emoji only

  • GIF only

  • Link only

  • Hashtag only

  • Mention only

Logic options:

  • is any of

  • is none of

How “Link only” matching works

A message matches Link only when it contains a URL link that is not part of a mention or hashtag. The following URL formats are recognized:

  • Full URLs with a protocol, for example https://example.com/path?query#anchor

  • Bare domains, for example example.com/path?query#anchor

The following are not matched as URLs:

  • URLs that are part of a mention — @looks.like.url is treated as a mention

  • URLs that are part of a hashtag — #looks.like.url is treated as a hashtag

  • Email addresses

The following URL formats are not supported:

  • International domain names (IDNs)

  • IP addresses (IPv4 and IPv6)

  • URLs with an authentication scheme, for example schema://user:pass@example.com