Skip to main content

At a glance

Credentials

Set these per environment. See Connect an integration.

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

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.