Apex · REST · Salesforce · Salesforce Einstein · Wave Analytics

REST API call from Einstein Analytics Dashboard

In Einstein Analytics we can create a lens and dashboard with the dataset available in your analytics studio. You have a dataset that is created from the dataflow which is scheduled every hour to update the dataset. Here your dataset might not have the updated data for every second or minute. What if you want… Continue reading REST API call from Einstein Analytics Dashboard

REST · Salesforce

Composite Resources in Salesforce

Tired of making multiple REST API calls for a simple task? Then composite resources let you batch up multiple calls in a single call.By using this you can simplify your code, reduce network overhead, and improve your app’s performance. Salesforce provides three composite resources namely composite, batch, tree composite: Executes a series of REST API requests in… Continue reading Composite Resources in Salesforce

heroku · Java · REST · Salesforce

Archive of Salesforce data

The Salesforce has many regulatory limits and one such is Data Storage. As the CRM ages, it accumulates large amounts of information and many enterprises eventually run into data storage limitations. Purchasing additional Salesforce storage space is not economical when you add the operational burden. To overcome this challenge a comprehensive archiving mechanism is recommended… Continue reading Archive of Salesforce data

Apex · Integration · REST · Salesforce

Google Assistant Integration with Salesforce – Part 2

Let suppose when the Intent creation is ready, you want the custom data as a reply in Google assistant, we overwrite the intent from Apex call. You can add a custom response from Salesforce to Google assistant. We fetch the record names from the Salesforce org and overwrite the response in the intent. Access token to… Continue reading Google Assistant Integration with Salesforce – Part 2

Apex · Integration · REST · Salesforce

Google Assistant Integration with Salesforce – Part 1

Everyone has come across Google Assistant which help people in communication that is a Google’s voice-controlled AI smart assistant. Google Assistant is integrated with Salesforce, to make communication easy and reduce the work. Here we do a simple integration with Salesforce to create, delete and fetch details of a particular record. First, we should sign… Continue reading Google Assistant Integration with Salesforce – Part 1

Apex · Integration · Lightning · REST · Salesforce

Salesforce Integration with LinkedIn

Posting message to social media through Salesforce makes it easy as Salesforce provide all flexibility in developing customer relationships. Posting and getting information from one of the social media helps to increase the number of customers and achieve targets. Let suppose any company is having their LinkedIn page where users should log in and upload status or image.… Continue reading Salesforce Integration with LinkedIn

Apex · Integration · REST · Salesforce Einstein · Trigger

Einstein Intent and Einstein Sentiment Analysis on Facebook Posts

Einstein Language  Einstein Language Is used to build natural language processing into your apps and unlock insights within text. Einstein Language contains two NLP services: Einstein Sentiment Einstein Intent Einstein Intent—Categorize unstructured text into user-defined labels to better understand what users are trying to accomplish. Leverage the Einstein Intent API to analyze text from emails,… Continue reading Einstein Intent and Einstein Sentiment Analysis on Facebook Posts