Skip to main content
Solved

Rule based on the account name mentioned in the body

  • 9 May 2023
  • 1 reply
  • 27 views

Front User
Forum|alt.badge.img+2

Can you make a rule based on if the account name is mentioned in the body? we have Salesforce notifications where the contact isn't included and shouldn't be but it should be assigned to the account owner.

 

Part of what I'm trying to do is eliminate any rule where the rule is created once per account. Is there any possibility of a catch all rule like:

 

WHEN inbound message is received

IF subject or message body contains Account name

THEN assign to Account owner

Best answer by Community Support

Hi,
 
As you mentioned, the straightforward way to do this would be to create a rule such as:

WHEN inbound message is received
IF message body contains Account name
THEN assign to XYZ. 
 
However, to avoid repeatable rules, we do have a feature that would help with this, called Rule sets, I'd recommend taking a look at the functionality of it as it would absolutely make your rules much easier to maintain and configure. Note that it may require a plan upgrade though.

--Cat
View original
Did this topic help you find an answer to your question?

1 reply

Forum|alt.badge.img+2
Hi,
 
As you mentioned, the straightforward way to do this would be to create a rule such as:

WHEN inbound message is received
IF message body contains Account name
THEN assign to XYZ. 
 
However, to avoid repeatable rules, we do have a feature that would help with this, called Rule sets, I'd recommend taking a look at the functionality of it as it would absolutely make your rules much easier to maintain and configure. Note that it may require a plan upgrade though.

--Cat

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings