# Freshsales

API configuration: [`freshsales`](https://terapi.dev/providers.yaml)

### Features

| Features                                                                                                                        | Status                        |
| ------------------------------------------------------------------------------------------------------------------------------- | ----------------------------- |
| [Auth (API Key)](https://github.com/shahab-bahojb-basketAsia/terapi-docs/blob/main/integrate/guides/authorize-an-api/README.md) | ✅                             |
| [Sync data](https://terapi.gitbook.io/terapi-api-explorer/integrate/guides/sync-data-from-an-api)                               | ✅                             |
| [Perform workflows](https://terapi.gitbook.io/terapi-api-explorer/integrate/guides/perform-workflows-with-an-api)               | ✅                             |
| [Proxy requests](https://terapi.gitbook.io/terapi-api-explorer/integrate/guides/proxy-requests-to-an-api)                       | ✅                             |
| [Receive webhooks](https://terapi.gitbook.io/terapi-api-explorer/integrate/guides/receive-webhooks-from-an-api)                 | 🚫 (time to contribute: <48h) |

We can implement missing features in <48h, just ask for it in the [community](https://terapi.gitbook.io/terapi-api-explorer/integrations/freshsales).

### Getting started

* [Generate an API key in your Freshsales account](https://support.freshsales.io/en/support/solutions/articles/220099-how-to-find-my-api-key)
* [Freshsales API docs](https://developer.freshsales.io/api)
* [Freshsales Authentication](https://developer.freshsales.io/api/#authentication)

Need help getting started? Get help in the [community](https://terapi.gitbook.io/terapi-api-explorer/integrations/freshsales).

### API gotchas

* Freshsales uses API\_KEY auth mode with `Authorization: Token token= API_KEY` as a request header.
* When creating a connection, you need to add the subdomain as a connection configuration parameter, for example: `terapi.auth('freshsales', 'test-connection-id', })`.
* Freshsales enforces rate limit on the account level. For more details check [freshsales rate limit](https://support.freshsales.io/en/support/solutions/articles/223406-does-freshsales-have-api-request-limits-for-an-account-)

Add Getting Started links and Gotchas by [editing this page](https://terapi.gitbook.io/terapi-api-explorer/integrations/freshsales).
