At a glance
- Availability: Experimental (how to enable).
- Auth: API key.
- Connection: The key comes from
SALESFLARE_API_KEY. - Docs: https://api.salesflare.com/docs
Credentials
Set these per environment. See Connect an integration.| Variable | Required | Description |
|---|---|---|
SALESFLARE_API_KEY | Yes | Salesflare API key (sent as Authorization: Bearer), created under Settings → API Keys Docs. |
Setup
- Create a Salesflare account: Sign up at https://salesflare.com/ - the free trial is sufficient to test the API.
- Create an API key: In Salesflare, go to Settings → API Keys and create a new key.
- Set the environment variable: Add SALESFLARE_API_KEY to your .env.
- Verify access: Run the List Contacts tool.
- The API key is sent as Authorization: Bearer <key>; Salesflare does not support OAuth
- List endpoints return a JSON array and paginate with limit/offset query parameters
- Full endpoint reference lives in the interactive docs at https://api.salesflare.com/docs
Tools
| Tool | Access | Description |
|---|---|---|
| List Contacts | Read | List or search contacts in Salesflare |
| Get Contact | Read | Get details of a Salesflare contact |
| Create Contact | Write | Create a new contact in Salesflare |
| Update Contact | Write | Update an existing Salesflare contact |
| List Accounts | Read | List or search accounts (companies) in Salesflare |
| Create Account | Write | Create a new account (company) in Salesflare |
| List Opportunities | Read | List or search opportunities in Salesflare |
Example prompts
- List my open opportunities in Salesflare with their values and stages.
- Create a new contact in Salesflare with their name, email, and company.