salesflare

Full Salesflare API operations skill for reading, searching, creating, and updating CRM data (accounts, contacts, opportunities, tasks, pipelines, users, tags, workflows, and more). Use when a user asks to query or mutate Salesflare data via API, build API-driven automations, inspect available endpoints/fields, or troubleshoot Salesflare API requests. Supports practical/basic filters out of the box and raw advanced query parameters; does not provide a dedicated high-level builder for Salesflare's complex query-builder payloads.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "salesflare" with this command: npx skills add jeroencorthout/salesflare

Salesflare API

Overview

Use this skill to work with the Salesflare REST API safely and consistently.

Default approach:

  1. Discover endpoint shape and required fields
  2. Do a read/check request first
  3. Ask confirmation before mutating data
  4. Execute mutation and return compact result with IDs

Quick Start

Set API key before requests:

export SALESFLARE_API_KEY='your_key_here'
  • Base URL: https://api.salesflare.com (production, default)
  • Auth header: Authorization: Bearer <API_KEY>
  • Optional local override: set SALESFLARE_BASE_URL to a staging URL if needed for local testing.

Core Scripts

  • scripts/sf — unified CLI wrapper (subcommands: discover, request, get, post, put, patch, delete, smoketest)
  • scripts/sf_discover.py — discover/list endpoints and methods from OpenAPI
  • scripts/sf_request.py — execute GET/POST/PATCH/PUT/DELETE with retry handling; supports query params, JSON body, auto-pagination
  • scripts/sf_smoketest.py — smoke-test OpenAPI operations in read-only mode by default; writes require --allow-write, and deletes require both --allow-write --allow-delete

Workflow

1) Discover endpoint and shape

scripts/sf discover --contains opportunities
scripts/sf discover --tag Accounts

2) Validate with read call

scripts/sf get --path /accounts --query limit=5 --query search=acme

3) Confirm before writes

Always confirm intent with the user before executing POST, PUT, PATCH, or DELETE. For DELETE operations, require explicit confirmation regardless of context — do not infer consent from prior conversation.

4) Execute write and report

Return:

  • action performed
  • target entity ID(s)
  • key changed fields
  • API response summary

5) Smoke-test safely

Default smoke test is read-only:

scripts/sf smoketest

Enable write-path testing explicitly:

scripts/sf smoketest --allow-write --safe-write

Enable delete-path testing only with dual opt-in:

scripts/sf smoketest --allow-write --allow-delete --safe-write

Mutation Safety Rules

  • POST/PUT/PATCH: always require explicit user confirmation before executing. Never infer consent.
  • DELETE: always require explicit user confirmation before executing. Never infer consent.
  • Smoke-test defaults to read-only. Use --allow-write for write-path testing, and require both --allow-write --allow-delete for delete-path testing.
  • Do not perform bulk mutations without explicit confirmation.
  • Prefer single-record updates before bulk updates.
  • Include IDs in all write output for traceability.
  • On 429, rely on script retry/backoff. If retries exhaust, stop and report clearly.

Output Rules

  • Default: concise summary + key IDs/fields
  • Provide raw JSON only when user asks for full payload
  • For large result sets, return top N and mention total if available

Filtering

  • Direct support: simple query params via repeated --query key=value
  • Advanced Salesflare query-builder filters (q object/rules): pass as raw serialized query payload when needed
  • This skill does not implement a high-level DSL for composing complex q structures

Common Endpoints

/accounts       /contacts       /opportunities
/tasks          /pipelines      /users   /me
/tags           /workflows

See references/endpoints.md for concrete command examples and write patterns.

Known Endpoint Caveats

  • GET /persons — bare call can return 500. Use ?search=... or ?id=... instead.
  • GET /tags/{tag_id} — returns 500 with valid IDs; use GET /tags and GET /tags/{tag_id}/usage.
  • GET /persons filter fieldsGET /filterfields/person returns 400; use contact instead.
  • See references/endpoints.md for the full list of endpoint-specific caveats.

Resources

scripts/

  • sf — unified wrapper CLI
  • sf_discover.py — endpoint discovery from OpenAPI
  • sf_request.py — authenticated API execution helper
  • sf_smoketest.py — full operation smoke-test runner

references/

  • endpoints.md — practical request examples, write patterns, and endpoint-specific caveats

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Huo15 Openclaw Enhance

火一五·克劳德·龙虾增强插件 v5.7.8 — 全面适配 openclaw 2026.4.24:peerDep ^4.24 + build/compat 同步到 4.24 + 14 处 api.on 全部去掉 as any 改成 typed hook(hookName 联合类型 + handler 自动推断 Pl...

Registry SourceRecently Updated
General

Content Trend Analyzer

Aggregates and analyzes content trends across platforms to identify hot topics, user intent, content gaps, and generates data-driven article outlines.

Registry SourceRecently Updated
General

Prompt Debugger

Debug prompts that produce unexpected AI outputs — diagnose failure modes, identify ambiguity and conflicting instructions, test variations, compare model re...

Registry SourceRecently Updated
General

Indie Maker News

独行者 Daily - 变现雷达。读对一条新闻,少走一年弯路。每天5分钟,给创业者装上商业雷达。聚焦一人公司、副业、创业变现资讯,智能分类,行动导向。用户下载即能用,无需本地部署!

Registry SourceRecently Updated