Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Forward email subject line to Symphony group chat

Is there an easy way to send an alert to a Symphony chat when email is received from a particular recipient? It is easy enough to create an Exchange server-side rule to autoforward an email to an email address. Is there a way to email into a Symphony chat? I could create a simple email server that forwards the subject line of everything it receives into a Symphony chat, but this seems like functionality that might already exist. Does it? Like, is there an @symphony.com email address for every Conversation ID?

Thanks for any advice!

Charlie

  
  
Posted 11 months ago
Votes Newest

Answers


Hi @<1558879210431320064|Charlie Jones>, there is no default feature that does what you suggest as the point of Symphony is to reduce email as much as possible, not divert it. However, this is still technically possible by writing a bot that polls on an email inbox then constructs and sends a Symphony message whenever a new email arrives.

  
  
Posted 10 months ago
Yong Sheng Tan
39 × 2 Administrator