Skip to content

Instantly share code, notes, and snippets.

@rohithBirdeye
Created June 5, 2020 03:56
Show Gist options
  • Save rohithBirdeye/f34072409e6f3f8986e07edd6dbc7ed4 to your computer and use it in GitHub Desktop.
Save rohithBirdeye/f34072409e6f3f8986e07edd6dbc7ed4 to your computer and use it in GitHub Desktop.
Landline Tetxting eligibility for Account
1 ) $.messageObject.Body.notifications.Notification.sObject.Id -> $.messageObject.Id
2 ) $.messageObject.Body.notifications.Notification.sObject.Phone_Formatted__c -> $.messageObject.Phone_Formatted__c
Landline Tetxting eligibility for Lead
1) $.messageObject.Body.notifications.Notification.sObject.Country. -> $.messageObject.Country
2) $.messageObject.Body.notifications.Notification.sObject.Id -> $.messageObject.Id
3) $.messageObject.Body.notifications.Notification.sObject.Phone__c -> $.messageObject.Phone__c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment