Chaser

Learn how to use Chaser with Composio

Overview

Enum

CHASER

Description

Chaser is an accounts receivable automation software that helps businesses automate invoice reminders and get paid faster.

Authentication Details

api_key
stringRequired
api_secret
stringRequired

Actions

Tool to create a new invoice record in the organization. use after ensuring the customer exists in chaser.

Action Parameters

amount_due
numberRequired
amount_paid
numberRequired
currency_code
stringRequired
customer_external_id
stringRequired
date
stringRequired
due_date
stringRequired
fully_paid_date
string
invoice_id
stringRequired
invoice_number
stringRequired
status
stringRequired
sub_total
number
total
numberRequired

Action Response

data
object
error
string
object
string
successful
boolean
url
string
Tool to retrieve a list of credit notes. use after authenticating this detail.

Action Parameters

customer_external_id
string
date_from
date_to
status
string

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of all customers associated with the organization. use when you need to display or process complete customer contact and status information.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve details for a specific customer by their external (source system) id. use after obtaining the external id when you need specific customer information.

Action Parameters

external_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve information about the connected organizations. use when you need organization ids, currency, timezone, or legal details before other operations.

Action Parameters

Action Response

data
array
error
string
object
string
page_number
integer
page_size
integer
successful
boolean
url
string
Tool to create a new credit note record in the organization. use after confirming invoice adjustments.

Action Parameters

credit_note_id
stringRequired
credit_note_number
stringRequired
currency_code
Required
customer_external_id
stringRequired
date
Required
remaining_credit
numberRequired
status
stringDefaults to ACTIVE
total
numberRequired

Action Response

data
object
error
string
successful
boolean
Tool to create a new customer record in chaser. use after obtaining basic auth credentials.

Action Parameters

addresses
array
company_name
stringRequired
contact_email_address
string
contact_first_name
string
contact_last_name
string
external_id
stringRequired
groups
array
mobile_number
string
phone_number
string
status
stringDefaults to ACTIVE

Action Response

data
object
error
string
object
string
successful
boolean
url
string
Tool to update an existing customer's information using their unique externalid. use after confirming the customer's externalid. e.g., "update contactemailaddress for externalid cust abc123."

Action Parameters

companyName
string
contactEmailAddress
string
contactFirstName
string
contactLastName
string
externalID
stringRequired
mobileNumber
string
phoneNumber
string
status
string

Action Response

data
object
error
string
successful
boolean
Tool to update an existing invoice's information using its unique identifier. use after confirming the invoice exists when you need to modify fields like status, amounts, or dates.

Action Parameters

amount_due
number
amount_paid
number
currency_code
string
customer_external_id
string
date
string
due_date
string
fully_paid_date
string
invoice_id
stringRequired
invoice_number
string
payments
array
status
string
sub_total
number
total
number

Action Response

data
object
error
string
object
string
successful
boolean
url
string