Skip to content

Select Assignees for Revenue Signals

[ This is the article for Signals managers]

 

1 min read

 

The assignees for most of Revenue Signals are predefined based on their relationship to Salesforce objects or activities (events, emails); however, some Signals feature advanced assignees configuration options (e.g. Chosen conditions met for the Salesforce object) when Revenue Grid admins can select the assignees who are to receive a specific Signal.


So far, these assignees selection options are implemented:

Assignees are selected based on the Salesforce relationship:

1. The signal notification is sent to the user who is the Salesforce object owner.


Assignees are selected based on custom preferences:

2. The signal notification is sent to the manager of the user who is the Salesforce object owner.

3. The signal notification is sent to a list of RG users.


Assignees are selected based on custom assignees template:

4. The signal notification is sent to the users specified in the Json format in the field Custom assignees template.

The JSON example of the custom assignees template for selecting the Salesforce opportunity owner, Salesforce opportunity owner’s manager, and excepting the users specified in the list of their IDs:

{ 
    "include": [ 
        { 
            "type": "SalesforceRelationshipSelectorRule", 
            "objectType": "Opportunity", 
            "relationship": "OwnerId" 
        },  
        { 
            "type": "SalesforceRelationshipSelectorRule", 
            "objectType": "Opportunity", 
            "relationship": "Owner.ManagerId" 
        } 
    ], 

    "exclude": [ 
        { 
            "type": "UserIdsSelectorRule", 
            "userIds": ["<specified-user-ids>"] 
        } 
    ] 
} 





Get back to us
We would love to hear from you!