FruxonDocs

BAFI CRM

BAFI insurance CRM integration for clients, policies, claims, contacts, and CRM files

The BAFI (באפי) integration connects your agents to the BAFI insurance CRM, letting them look up clients and their insurance policies, claims, linked contacts, and CRM files, create or update client records, and upload files.

Prerequisites

You need:

  • Client ID and Client Secret — BAFI partner API credentials. Contact BAFI to provision a partner API account for your agency. Fruxon exchanges these for a short-lived access token automatically (OAuth 2.0 client-credentials grant) — you never handle tokens yourself.

Setup

  1. Open Integrations from the sidebar
  2. Select BAFI CRM from the catalog
  3. Click Add Integration Config
  4. Give the config a display name (e.g., "BAFI CRM")
  5. Enter your Client ID and Client Secret
  6. Click Test to verify the credentials, then save the config

Using in Your Agent

  1. Open your agent in Agent Studio and select an Agent Step
  2. Under Attached Integration Configurations, click Attach configuration and choose your BAFI config
  3. Attach BAFI tools from the tools panel
  4. Tools are referenced as bafi.search_clients, bafi.list_client_policies, etc.

Available Tools

Clients

ToolDescriptionAction Type
search_clientsSearch clients by free text or by name, ID card number, email, or phoneReadOnly
get_clientGet a client's core record by IDReadOnly
get_client_extendedGet extended client detailsReadOnly
get_client_unifiedGet a unified view of the client, policies, and CRM dataReadOnly
list_linked_clientsList clients linked to a clientReadOnly
list_contact_personsList a client's contact personsReadOnly
create_clientCreate a new client recordReversible
update_clientUpdate an existing client recordReversible

Policies

ToolDescriptionAction Type
list_client_policiesList a client's insurance policiesReadOnly
get_policyGet a single policy by IDReadOnly
get_policy_detailsGet the full details of a policyReadOnly

Claims

ToolDescriptionAction Type
list_client_claimsList a client's insurance claimsReadOnly
get_claimGet a single claim by IDReadOnly
search_claimsSearch claims across clientsReadOnly

Files

ToolDescriptionAction Type
list_client_filesList the CRM files attached to a clientReadOnly
list_client_file_foldersList the folders organizing a client's filesReadOnly
get_file_contentRetrieve the content of a client's CRM fileReadOnly
upload_fileUpload a file and attach it to a clientReversible

Agents

ToolDescriptionAction Type
search_agentsSearch the agency's insurance agentsReadOnly

On this page