Fireberry

Learn how to use Fireberry with Composio

Overview

Enum

FIREBERRY

Description

Fireberry is a CRM platform that offers integrations with various tools and applications to streamline business processes.

Authentication Details

api_key
stringRequired

Actions

Tool to create a new record in a specified fireberry table. use when you have the table name and record data ready for insertion.

Action Parameters

record
objectRequired
table_name
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve all possible picklist (dropdown) values for a specific field. use when you need to load all available options for a picklist field in a record type.

Action Parameters

fieldid
stringRequired
recordid
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to query records with filtering, sorting, and pagination. use when you need to retrieve specific fireberry records by module.

Action Parameters

fields
array
filter
object
moduleId
stringRequired
page
integerDefaults to 1
pageSize
integerDefaults to 10
sort
array

Action Response

data
object
error
string
successful
boolean