Skip to main content

At a glance

Credentials

Set these per environment. See Connect an integration.
VariableRequiredDescription
SALESFLARE_API_KEYYesSalesflare API key (sent as Authorization: Bearer), created under Settings → API Keys Docs.

Setup

  1. Create a Salesflare account: Sign up at https://salesflare.com/ - the free trial is sufficient to test the API.
  2. Create an API key: In Salesflare, go to Settings → API Keys and create a new key.
  3. Set the environment variable: Add SALESFLARE_API_KEY to your .env.
  4. 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
Provider API reference: https://api.salesflare.com/docs

Tools

ToolAccessDescription
List ContactsReadList or search contacts in Salesflare
Get ContactReadGet details of a Salesflare contact
Create ContactWriteCreate a new contact in Salesflare
Update ContactWriteUpdate an existing Salesflare contact
List AccountsReadList or search accounts (companies) in Salesflare
Create AccountWriteCreate a new account (company) in Salesflare
List OpportunitiesReadList 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.