To integrate Agent Assist UI modules with Salesforce, you need access to the following resources:
-
Follow the recommended installation instructions for your operating system.
-
Follow the recommended installation instructions for your operating system.
-
Install the
gcloudcommand as instructed and authenticate usinggcloud auth login. Salesforce
Sign in at your instance URL or the Salesforce sign-in page and note the following:
- Your Salesforce My Domain URL. Follow these steps to find the My Domain URL:
- Click Setup > Setup.
- In the Quick Find box, enter My Domain. The domain name is in the following format:
MY-DOMAIN-NAME.develop.my.salesforce.com.
- Your Salesforce organization ID. Follow these steps to find the organization ID:
- Click Setup > Setup.
- In the Quick Find box, enter Company Information. Note: These integration steps have been tested with Salesforce Developer Edition only. Differences in feature licenses and the Salesforce interface might arise if you use another edition.
- Your Salesforce My Domain URL. Follow these steps to find the My Domain URL:
Agent Assist integration backend
- Follow the instructions to set up the integration.
- Before running the deploy script, configure the following environment variables in an
.envfile at the project root:AUTH_OPTION: Set this toSalesforceLWC.SALESFORCE_DOMAIN: A domain name similar toYOUR_SUBDOMAIN.develop.lightning.force.com. You noted this value in the Salesforce prerequisite. Excludehttps://.SALESFORCE_ORGANIZATION_ID: You noted this value in the Salesforce prerequisite.APP_AUTH_OPTION: Set this toTwilio. Only applies to Twilio users.TWILIO_ACCOUNT_SID: Set this to your Twilio Account SID. Only applies to Twilio users.