Comments on: Google Assistant Integration with Salesforce – Part 2 https://absyz.com/google-assistant-integration-with-salesforce-part-2/ Salesforce Gold Consulting and Implementation Partner Sun, 02 Aug 2020 18:28:49 +0000 hourly 1 By: mrin https://absyz.com/google-assistant-integration-with-salesforce-part-2/#comment-198 Sat, 29 Feb 2020 17:00:35 +0000 http://blogs.absyz.com/?p=9202#comment-198 In reply to ypranav.

can u give full example

]]>
By: Tester https://absyz.com/google-assistant-integration-with-salesforce-part-2/#comment-197 Sat, 29 Feb 2020 16:56:44 +0000 http://blogs.absyz.com/?p=9202#comment-197 where is the value of listof ,str1 in postwebhook is defined ?

]]>
By: Radha https://absyz.com/google-assistant-integration-with-salesforce-part-2/#comment-195 Sat, 26 Oct 2019 10:28:43 +0000 http://blogs.absyz.com/?p=9202#comment-195 In reply to ypranav.

Hi
What is str1 and listof ? It throws some error.

]]>
By: Rajat verma https://absyz.com/google-assistant-integration-with-salesforce-part-2/#comment-194 Tue, 23 Jul 2019 10:57:07 +0000 http://blogs.absyz.com/?p=9202#comment-194 Hi guys…I need to send given JSON response from dialogflow to salesforce API(Oauth2.0). How can i do that?
{

“title”: “”,

“firstName”: “”,

“lastname”: “”,

“city”: “”,

“prjcode”: “”, ( Share SFDC Project ID)

“comment”: “”,

“visitDate”: “2015-07-07T11:11:11”,

“addCode”: “”,

“type”: “”, ( Enquiry Type)

“Src”: “”, ( Enquiry Source)

“CountryCode”: “”, (example +91)

“rating”: “Warm”,

“projectType”: “Residential”,

“budget”: “”,

“EnquiryType”: “”,

“phoneNo”: “”,

“state”: “”,

“Country”: “”,

“websiteName”: “” (Pass the landing page URL)

}

]]>
By: arunmp2004 (@arunmp2004) https://absyz.com/google-assistant-integration-with-salesforce-part-2/#comment-193 Tue, 05 Mar 2019 00:38:40 +0000 http://blogs.absyz.com/?p=9202#comment-193 Hi, Pranav,

Thank you so much for taking time and sharing this.
This is much cleaner approach than I did with integrating with AWS Lambda in between and authenticating via OAuth 2.0, using a custom app in salesforce and REST API.

Now, can you share a Part 3 with secured connections, so that we know when sales person has logged in via their phone/google assistant?
So that we can securely fetch only records based on their hierarchy or at least greet them with their names.

Account Linking from Dailog flow is the closest solution I have found, but not sure yet if it works with Salesforce directly.

Any guidance in this directly will be very helpful. If you prefer we can have a call or webex as well.

Thank you!
Arun
Google Assistant Integration for salesforce promotions /release mgmt – https://www.youtube.com/watch?v=E1u301IhvnM&t=377s

]]>
By: Yogesh Patil https://absyz.com/google-assistant-integration-with-salesforce-part-2/#comment-192 Thu, 22 Nov 2018 09:46:29 +0000 http://blogs.absyz.com/?p=9202#comment-192 Hi I want to test my intent from simulator. However every time it asks for the name and the process stops. Please help

]]>
By: ypranav https://absyz.com/google-assistant-integration-with-salesforce-part-2/#comment-191 Wed, 26 Sep 2018 11:14:19 +0000 http://blogs.absyz.com/?p=9202#comment-191 Check the debug log whether it is hitting the salesforce with correct data or not when you try from Assistant.

]]>
By: Vignesh https://absyz.com/google-assistant-integration-with-salesforce-part-2/#comment-190 Mon, 24 Sep 2018 09:48:23 +0000 http://blogs.absyz.com/?p=9202#comment-190 HI Pranav ,Iam able to override data in google intent only by using postman and not through postwebhook.Where am I going wrong?

]]>
By: Vignesh https://absyz.com/google-assistant-integration-with-salesforce-part-2/#comment-189 Fri, 21 Sep 2018 10:14:50 +0000 http://blogs.absyz.com/?p=9202#comment-189 Hi Pranav,
Can you help me?I have replicated your code and my text string looks like below:
string text = ‘{“id”:”cad08db6-e7cb-4572-ae3e-26749a196a8e”,”name”:”True”,”auto”:true,”contexts”:[],”responses”:[{“resetContexts”:false,”affectedContexts”:[],”parameters”:[],”messages”:[{“type”:0,”speech”:”HUOI”}],”defaultResponsePlatforms”:{},”speech”:[]}],”priority”:500000,”cortanaCommand”:{“navigateOrService”:”NAVIGATE”,”target”:””},”webhookUsed”:false,”webhookForSlotFilling”:false,”lastUpdate”:1537522239,”fallbackIntent”:false,”events”:[],”userSays”:[{“id”:”49a680d8-b28e-47e2-ab75-aeba0bac5a63″,”data”:[{“text”:”yes”}],”isTemplate”:false,”count”:0,”updated”:1537509584,”isAuto”:false},{“id”:”c3c6b5a7-9038-4a03-a681-f37cb216a580″,”data”:[{“text”:”True”}],”isTemplate”:false,”count”:0,”updated”:1537509584,”isAuto”:false}],”followUpIntents”:[],”liveAgentHandoff”:false,”endInteraction”:true,”templates”:[]}’;

When Im trying to post it says malformed response and its not overriding my default response for the “True” intent.
Thanks in advance.:)

]]>
By: Vignesh https://absyz.com/google-assistant-integration-with-salesforce-part-2/#comment-188 Thu, 20 Sep 2018 11:40:11 +0000 http://blogs.absyz.com/?p=9202#comment-188 In reply to ypranav.

Thank you so much @ypranav :).I tried that but it says malformed response,when I am posting from salesforce to dialogflow while overwriting the default response for the get account intent.

]]>