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