Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 2.42 KB

README.md

File metadata and controls

42 lines (30 loc) · 2.42 KB

Watson-Salesforce

Lightning Component using IBM Watson Personality Insights service

A couple of months ago I started working on integrating IBM Watson with Salesforce. My original post described the overall design.

Demo and Other Links

Pre-requisites

Getting Started

This section highlights all the necessary config required in your Dev Org to get and running with the component.

Deploy the components to a Dev org.

Deploy to Salesforce

Update Custom Settings

IBM Watson Service Credentials

  • Setup a IBM Watson Developer Account and create a Personality Insights Service
  • Grab the credentials and store in the IBM_Watson_PersonalityInsights Custom Setting. The URL for the service is actually https://gateway.watsonplatform.net/personality-insights/api/v2/profile. The API docs can be found here

Twitter API

  • Create a App on https://apps.twitter.com/ and grab the key and access token
  • Store the credentials in Twitter_API Custom Setting

Enable My Domain

  • Find the option in Setup and select a domain, make sure its enabled before progressing to the next step.

Add Component to Contact Page

  • The Personality Insights Component should be placed on the Contact Record Home page. In order to do this you need to enable App Builder for Lightning Pages if you haven't done so already.
  • Once you have done this, navigate to a Contact Record Detail page and click Edit Page option from the setup menu.

Remote Site Settings

  • API callouts to the Twitter API and IBM Watson need to be setup as remote sites. See below for what this should look like.