

- #Einstein platform dowload private key install
- #Einstein platform dowload private key full
- #Einstein platform dowload private key password
- #Einstein platform dowload private key license
Heroku config:set EINSTEIN_VISION_MODEL= *Einstein vision model id * Heroku config:set EINSTEIN_INTENT_MODEL= *Einstein intent model id * Heroku config:set EINSTEIN_SENTIMENT_MODEL= *Einstein sentiment model id * Heroku config:set EINSTEIN_PRIVATE_KEY= "*Einstein account provate key* " Heroku config:set EINSTEIN_ACCOUNT_ID= *Email address used to create Einstein account * Heroku config:set TWITTER_TRACK= *Comma separated list of words to track * Heroku config:set TWITTER_CONSUMER_SECRET= *Your Twitter app consumer secret * Heroku config:set TWITTER_CONSUMER_KEY= *Your Twitter app consumer key * Heroku config:set TWITTER_ACCESS_TOKEN_SECRET= *Your Twitter app access token secret * Heroku config:set TWITTER_ACCESS_TOKEN= *Your Twitter app access token *
#Einstein platform dowload private key install
Option 2: Install the Einstein Twitter Analyzer app manually SF_ENVIRONMENT: Enter sandbox if using a scratch org, or production if using a regular Developer Edition.
#Einstein platform dowload private key password
#Einstein platform dowload private key full

Enter as the Callback URL (This URL is not used in the application).Enter your email address for Contact Email.In Setup > Apps > App Manager, click New Connected App.In Setup > Users > Permission Sets, assign your integration user to the NTO permission set.Ĭreate a Connected App in your scratch org or your developer edition: Choose to not register your phone number. Log in (at least once) as that user via your browser.
#Einstein platform dowload private key license
Select Salesforce as the license type and System Administrator as the profile. In Setup > Users, create an integration user that you will use to connect to Salesforce from the Node.js app. Install the Northern Trail Outfitters Salesforce application first. All you need to do is create an Einstein_Event_e platform event and subscribe to that event (See the Northern Trail Outfitters sample app for an example).

You can use the Einstein Twitter Analyzer app with any Salesforce app. The steps below provide an example of integrating the Einstein Twitter Analyzer app with the Northern Trail Outfitters sample app. Installation instructions Step 1: Create Twitter App and Einstein Models You can subscribe to that platform event in a Salesforce app and take the appropriate action when a tweet is published. The Twitter Einstein Analyzer app then publishes a platform event with the Tweet details as well as the Einstein predictions. Einstein Vision attempts to determine what's in the picture attached to the tweet (if any).Einstein Intent identifies a potential call to action in the tweet.Einstein Sentiment identifies the overall sentiment of the tweet (positive, neutral or negative).The app uses Einstein Platform Services to analyze each tweet: It monitors tweets using keywords you specify. The Einstein Twitter Analyzer app is a Node.js app running on Heroku.
