> For the complete documentation index, see [llms.txt](https://docs.ixhello.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ixhello.com/ixhc/apps/salesforce-managed-app.md).

# SalesForce Managed App

## Objective

This document will help to connect your Alexa account to Salesforce in 10 Minutes using Voicework.AI platform.

## Pre-requisites

* **An active SalesForce Developer Account**

Activate SalesForce Developer account as this integration will require a login to a SalesForce account.

If an account is currently not active follow the steps below:

1. Go to <https://developer.salesforce.com/> and click “Signup”. The screen below will appear. Fill out the relevant details and complete the registration process.

![](/files/-MOmPygyxlcXJ5LNx23g)

1. Once registration is complete, login with the credentials to [www.Salesforce.com](http://www.salesforce.com/). The home page will appear.

![](/files/-MOmPygzgbRejUjcw1Gi)

* **A VoiceWorx Account**

To create a VoiceWorx account follow this [link](https://docs.voiceworx.ai/general/voiceworx-create-account).

## Steps

To proceed with these steps all pre-requisites must be satisfied. If something is missing, please go back to ensure all are fulfilled.

Once done, let’s get started using VoiceWorx platform with SalesForce.

## Step 1 Connect to Salesforce

Login to the VoiceWorx portal at [https://portal.voiceworx.ai](https://portal.voiceworx.ai/)

After login to “**portal.voiceworx.ai**”, the SmartOffice homepage will be displayed. Click “**Connect to SalesForce**”.

![](/files/-MOmPyh-tNxcSY4Vian1)

After connecting to salesforce, the login page for SalesForce will appear. Enter username and password and login.

![](/files/-MOmPyh0mBd53hnX7Aw8)

Once logged in, the following screen may appear with permission options, please allow it. This will redirect to the VoiceWorx platform with a success screen as shown below.

![](/files/-MOmPyh19CkALeyNEr8o)

This confirms the integration of Salesforce and the VoiceWorx platform is successful.

## Step 2 Run your test on Alexa app

1. Download and Install Amazon Alexa App on mobile device via the apple store. Search for **“Alexa”** in the pp store or visit this link - <https://www.amazon.com/gp/help/customer/display.html?nodeId=201602060>
2. Launch the Amazon Alexa companion app on mobile phone. If prompted to log in, sign in with your Amazon.com login UserName and Password (This email address must be the same used to register at VoiceWorx.ai).
3. Visit the “Skills & Games” section on the dropdown menu at the top left section of the Alexa App.
4. Search for "Sales Force" skill and select it from the list.
5. Click "ENABLE TO USE" to activate the skill for use on your account.
6. To test the Salesforce skill, press & hold the round Alexa button at the center bottom of the app screen and say "Alexa, open Sales Force".
7. The skill should respond with "Welcome to Sales Force Assistant. How can I help you?".
8. Test SalesForce intents by trying the following commands:
   \*
   * Say "Check my sales briefing". This should give a summary of your sales opportunities.
   * Say "List my open Opportunities". This should list the top opportunities with an open status.
   * Say "List my opportunities in stage Closed Won". This should list the top opportunities with a Closed Won status.
   * Say "Good bye" to exit the Sales Demo skill.

Congratulations! You have successfully completed building

The SalesForce Managed Skill.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ixhello.com/ixhc/apps/salesforce-managed-app.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
