# Salesforce import

Individual users can push people from Sumble directly into Salesforce as Contacts or Leads. This is separate from the enterprise [Salesforce package](/enterprise-services/integrations/salesforce-package.md) integration — it's a per-user feature for sending individual records to your Salesforce instance.

## How it works

1. Navigate to a person's profile on an organization page
2. Click the **Send to Salesforce** button
3. Choose whether to create a Contact or a Lead in Salesforce
4. Review the details and confirm

The person's name, title, organization, and LinkedIn URL are sent to your connected Salesforce instance. If your admin has configured custom field mappings, additional fields may be included.

## Setup

Salesforce import needs to be enabled for your organization by an admin. The setup involves:

1. Connecting a Salesforce account from [Account Settings](https://sumble.com/account/settings) with OAuth
2. An admin enabling the import feature for your organization

Once connected, the Send to Salesforce button appears on person profiles throughout the platform.

## Contact vs. Lead

* **Contact** — Use when the person is associated with an existing Account in your Salesforce
* **Lead** — Use when you want to create a new lead record for follow-up

Your admin may have disabled one of these options depending on your team's Salesforce workflow.

## Enterprise Salesforce integration

For bulk data delivery, bi-directional sync, and enrichment of your Salesforce data, see the enterprise [Salesforce package](/enterprise-services/integrations/salesforce-package.md) integration.


---

# Agent Instructions: 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:

```
GET https://docs.sumble.com/web-application/salesforce-import.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
