I created a Chatbot using Google Dialogflow to capture lead details and POST those in Salesforce CRM.
I'm stuck in creating an endpoint with the Salesforce Sandbox account. Are there any experts who can brief me on the flow in Salesforce?
Related
I have requirement where I need to send email template from the docusign and docusign template should have the salesforce object field data (specific fields) and I am using docusign APIs (custom API) not an application in this case, how I will be able to achieve this.
I have gone through it's documentation and also gone through many articles where it is recommending to use docusign application (managed package) for sending data from salesforce to docusign but in my case whatever code I will be adding it will be in managed package that is why I have to strictly use APIs only.
Note I have already written the integration where I am able to sending the templates from the docusign but my finding is how I can send salesforce data to docusign, or is there way to create dynamic template which will use salesforce object data.
To send SalesForce data to DocuSign, you have to use the DocuSign Apps Launcher for Salesforce which is a package of apps that work together to generate and send contracts for review, approval and signature.
https://developers.docusign.com/docs/salesforce/
Most DocuSign workflows and processes can be accomplished through the DocuSign eSignature for Salesforce UI, they can be customized and automated more extensively using the DocuSign API functionality exposed by the Apex Toolkit. If your Salesforce implementation uses Apex to customize DocuSign eSignature for Salesforce, we recommend installing and using the Apex Toolkit.
https://developers.docusign.com/docs/salesforce/salesforce101/apex-toolkit/
I need help to understand is there any cost to integrate Salesforce with LinkedIn via API?
Since we are facing issues while integrating LinkedIn with salesforce and no lead is being captured in Salesforce. We have been told to look for API integration.
Please suggest.
I need login into RingCentral Salesforce app using sandbox user details, is there any way to do that.
When I click to 'Sign In' button it opens service.ringcentral.com/login/oauth.html?session=.... How do I change to service.devtest.ringcentral.com...?
I want to test RingCentral APIs from Apex trigger on tasks which is being created through RingCentral Salesforce app.
Thanks
I am from the RingCentral product team. Currently you cannot use your sandbox user details to login into RingCentral for Salesforce integration. We are looking to open up access to our Salesforce integration using sandbox credentials in the future. For now you can access our SF integration by signing up for our Office Premium or Enterprise trial.
I want to create a HTTPCallout in salesforce apex to fetch all my contacts, emails ,etc. from gmail account without using any appexchange tools.
You can make callouts to the Gmail Restful API via Apex. This is very straightforward on the Apex side. I would recommend using an external Auth Provider with a Named Credential, that way you don't need to write code to do the Authentication.
apex_callouts_named_credentials
Apex_Callouts
https://developers.google.com/gmail/api/
I am developing a chatbot in IBM Bluemix. When I try to integrate with Facebook Messenger, it asks about webhook.
I am just running a simple app, available on GitHub.
I want to know how to integrate Messenger with Watson conversation API.
The web hook is the API (GET and POST) in your application that Facebook, and your application, will use to handshake and send Messenger messages to your application.
Its not too difficult to set-up, there is a good set of instructions that come with a Node-RED node for Facebook messenger - https://www.npmjs.com/package/node-red-contrib-facebook-messenger-writer
Adding to that, you can also look at middleware plugin that allows developers to easily integrate a Watson Conversation workspace with multiple social channels like Slack, Facebook, and Twilio. https://github.com/watson-developer-cloud/botkit-middleware