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.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
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.