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

# Previous connectors

## FAQ

### Why do we no longer offer these connectors?

Whalesync is a flexible tool and every API has its own challenges. When we launch a new connector, we don't always know the full extent of which kinds of sync pairs will be set up, what all of the use cases will be, the record sync volume, and speed requirements for those syncs.

Over time, we sometimes discover that a particular connector is not delivering a best-in-class experience. We hold ourselves to a high standard, so if we don't see a good path to improving the experience, we decide to retire a connector.

### If I have a sync with one of these connectors, will it keep working?

Yes, your existing syncs will stay active and will continue to run as they always have. However, because the connector is retired, future improvements, bug fixes, and support will be limited.

### If I'm using one of these connectors, do I need to migrate to another platform?

That's 100% up to you and depends on your situation. Your syncs will remain active and if they're working well for you, then that's great, no need to switch. However if they're not meeting your needs, please reach out to <support@whalesync.com> and we can recommend alternatives.

### If I'm on a yearly plan and I move my sync with a retired connector away from Whalesync, can I get a refund?

You can request a plan cancellation and get a refund for the remaining time on your subscription if your situation meets all of the following conditions:

* You're on a yearly subscription plan
* You have a sync with a retired connector
* You delete your syncs using the retired connector

Just reach out to <support@whalesync.com> and we'll be happy to help.

## Previous connectors

* [Attio](/previous-connectors/attio.md)
* [Bubble](/previous-connectors/bubble.md)
* [Close](/previous-connectors/close.md)
* [Copper](/previous-connectors/copper.md)
* [HubSpot](/previous-connectors/hubspot.md)
* [MS Dynamics CRM](/previous-connectors/ms-dynamics-crm.md)
* [Outreach](/previous-connectors/outreach.md)
* [Pipedrive](/previous-connectors/pipedrive.md)
* [Salesforce](/previous-connectors/salesforce.md)
* [Shopify](/previous-connectors/shopify.md)
* [Webflow E-commerce](/previous-connectors/webflow-e-commerce.md)
* [Zoho CRM](/previous-connectors/zoho-crm.md)


---

# 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.whalesync.com/previous-connectors.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.
