# Salesforce

Contact data can be added to Salesforce by requesting data through the [Flip.to Platform API](/docs/api/reference/platform-api.md) as an external data source, and supported with Contact Builder and Automation Studio as needed.

The API will include the Contact Data below in JSON format.

***

## Contact Data

<table><thead><tr><th width="234">Field</th><th>Description</th></tr></thead><tbody><tr><td>Email</td><td>The contact's email address, which will also be used as the contact key.</td></tr><tr><td>First Name</td><td>The contact's first name.</td></tr><tr><td>Property</td><td>The property that the contact is planning a stay.</td></tr><tr><td>Discovery Name</td><td>This is typically the website URL of where Discovery is running for a property.</td></tr><tr><td>Create Date</td><td>The date / time the contact started planning through Discovery.</td></tr><tr><td>Planner ID</td><td>The ID assigned to the contact planning through Discovery.</td></tr><tr><td>Start Date</td><td>The date that the contact intends to check-in.</td></tr><tr><td>End Date</td><td>The date that the contact intends to check-out.</td></tr><tr><td>Language Code</td><td>The language code that the contact has used to interact with Discovery (<code>en</code>, <code>es-Mx</code> etc).</td></tr><tr><td>Is Booked</td><td>Indicates if the contact has booked a stay.</td></tr><tr><td>Is Uninterested</td><td>Indicates if the contact has opted out of email communication.</td></tr><tr><td>Is GDPR</td><td>Indicates if the contact has interacted with Flip.to from the EU.</td></tr></tbody></table>

{% hint style="info" %}
All data is screened to ensure a clean list—users who unsubscribed, whose emails have bounced or who are covered by privacy regulations (GDPR, CCPA, etc.) will be excluded.
{% endhint %}


---

# 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.flip.to/docs/integrations/crms/salesforce.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.
