# CSV Imports

## Initial Setup&#x20;

To work properly, you will need to create a CSV Sending list in the CRM with all the fields you need.&#x20;

Then contact our support team with a link to your sending list so they can grant you API access to populate this list. &#x20;

Once the setup is complete, our support team will provide you&#x20;

* The tokens you will need&#x20;
* Sending List ID&#x20;

#### Available in this API:

{% content-ref url="/pages/bXqRb9jYz08HUu4h3RwQ" %}
[Get all fields](/experience-crm-api/mailing-list/csv-imports/get-all-fields.md)
{% endcontent-ref %}

{% content-ref url="/pages/scbqTRvT5PBlvMAl9B6f" %}
[Add a recipient](/experience-crm-api/mailing-list/csv-imports/add-a-recipient.md)
{% endcontent-ref %}

{% content-ref url="/pages/BEs0Rj4uIck4mI7wt19z" %}
[Delete a recipient](/experience-crm-api/mailing-list/csv-imports/delete-a-recipient.md)
{% endcontent-ref %}

**Github**

<https://github.com/experience-api-documentation/csv-imports&#x20>;


---

# 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://experience-crm.gitbook.io/experience-crm-api/mailing-list/csv-imports.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.
