Chaser
chaserChaser is an accounts receivable automation software that helps businesses automate invoice reminders and get paid faster.
Acciones disponibles (9)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create InvoiceCHASER_CREATE_INVOICEAcciónTool to create a new invoice record in the organization. use after ensuring the customer exists in chaser.
CHASER_CREATE_INVOICEAcciónTool to create a new invoice record in the organization. use after ensuring the customer exists in chaser.
Parámetros de entrada
datestringObligatoriodate-timeDate the invoice was issued (ISO 8601)
totalnumberObligatorioTotal amount of the invoice
statusstringObligatorioenumStatus of the invoice
DRAFTSUBMITTEDAUTHORISEDPAIDVOIDEDDELETEDdue_datestringObligatoriodate-timeDate payment is due (ISO 8601)
sub_totalnumberSub-total amount of the invoice
amount_duenumberObligatorioAmount left to pay on the invoice
invoice_idstringObligatorioExternal unique identifier for the invoice
amount_paidnumberObligatorioAmount paid on the invoice
currency_codestringObligatorioISO 4217 currency code, 3 uppercase letters
invoice_numberstringObligatorioInvoice reference number (not necessarily unique)
fully_paid_datestringdate-timeDate the invoice was fully paid (ISO 8601), if applicable
customer_external_idstringObligatorioExternal ID of the associated customer
Parámetros de salida
urlstringObligatorioURL of the newly created resource
dataobjectObligatorioDetailed information of the created invoice
errorstringError if any occurred during the execution of the action
objectstringObligatorioType of the returned object
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Credit NotesCHASER_GET_CREDIT_NOTESAcciónTool to retrieve a list of credit notes. use after authenticating this detail.
CHASER_GET_CREDIT_NOTESAcciónTool to retrieve a list of credit notes. use after authenticating this detail.
Parámetros de entrada
statusstringenumFilter by credit note status.
ACTIVESUBMITTEDAUTHORISEDPAIDVOIDEDDELETEDdate_toanydateFilter to credit notes issued on or before this date (YYYY-MM-DD).
date_fromanydateFilter to credit notes issued on or after this date (YYYY-MM-DD).
customer_external_idstringFilter by the external ID of the customer associated with the credit note.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Customer by IDCHASER_GET_CUSTOMER_BY_IDAcciónTool 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.
CHASER_GET_CUSTOMER_BY_IDAcciónTool 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.
Parámetros de entrada
external_idstringObligatorioThe unique external (source system) ID of the customer.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get CustomersCHASER_GET_CUSTOMERSAcciónTool 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.
CHASER_GET_CUSTOMERSAcciónTool 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.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get OrganizationCHASER_GET_ORGANIZATIONAcciónTool to retrieve information about the connected organizations. use when you need organization ids, currency, timezone, or legal details before other operations.
CHASER_GET_ORGANIZATIONAcciónTool to retrieve information about the connected organizations. use when you need organization ids, currency, timezone, or legal details before other operations.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
urlstringObligatorioRequested endpoint URL.
dataobject[]ObligatorioArray of organization records.
errorstringError if any occurred during the execution of the action
objectstringObligatorioResponse object type, e.g. 'list'.
page_sizeintegerObligatorioNumber of items returned on this page.
successfulbooleanObligatorioWhether or not the action execution was successful or not
page_numberintegerObligatorioCurrent page index (zero-based).
Create Credit NoteCHASER_POST_CREDIT_NOTEAcciónTool to create a new credit note record in the organization. use after confirming invoice adjustments.
CHASER_POST_CREDIT_NOTEAcciónTool to create a new credit note record in the organization. use after confirming invoice adjustments.
Parámetros de entrada
dateanyObligatoriodate-timeISO 8601 timestamp when the credit note was issued.
totalnumberObligatorioTotal amount of the credit note.
statusstringenumStatus of the credit note. Defaults to ACTIVE.
ACTIVESUBMITTEDAUTHORISEDPAIDVOIDEDDELETEDcurrency_codeanyObligatorioThree-letter ISO currency code of the credit note.
credit_note_idstringObligatorioUnique identifier for the credit note.
remaining_creditnumberObligatorioUnallocated credit amount remaining on the credit note.
credit_note_numberstringObligatorioReference number assigned to the credit note.
customer_external_idstringObligatorioExternal identifier of the customer linked to this credit note.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create CustomerCHASER_POST_CUSTOMERAcciónTool to create a new customer record in chaser. use after obtaining basic auth credentials.
CHASER_POST_CUSTOMERAcciónTool to create a new customer record in chaser. use after obtaining basic auth credentials.
Parámetros de entrada
groupsobject[]List of customer group objects
statusstringenumCustomer visibility status (ACTIVE or ARCHIVED)
ACTIVEARCHIVEDaddressesobject[]List of addresses to display on statements
external_idstringObligatorioUnique external (source system) ID for the customer
company_namestringObligatorioName of the company for display in Chaser
phone_numberstringMain phone number
mobile_numberstringMobile number (include country code)
contact_last_namestringContact person's last name
contact_first_namestringContact person's first name
contact_email_addressstringemailEmail address to receive Chaser reminders
Parámetros de salida
urlstringObligatorioURL of the created resource
dataobjectObligatorioCreated customer details
errorstringError if any occurred during the execution of the action
objectstringObligatorioResponse object type
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update CustomerCHASER_PUT_CUSTOMERAcciónTool 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."
CHASER_PUT_CUSTOMERAcciónTool 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."
Parámetros de entrada
statusstringenumCustomer status; either 'ACTIVE' or 'ARCHIVED'
ACTIVEARCHIVEDexternalIDstringObligatorioThe unique external identifier of the customer to update
companyNamestringName of the company associated with the customer
phoneNumberstringThe phone number of the customer
mobileNumberstringMobile number including country code (e.g., +447261928377)
contactLastNamestringLast name of the primary contact
contactFirstNamestringFirst name of the primary contact
contactEmailAddressstringEmail address of the primary contact
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update InvoiceCHASER_PUT_INVOICEAcciónTool 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.
CHASER_PUT_INVOICEAcciónTool 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.
Parámetros de entrada
datestringInvoice issue date in ISO 8601 format
totalnumberTotal invoice amount
statusstringenumInvoice status
DRAFTSUBMITTEDAUTHORISEDPAIDVOIDEDDELETEDdue_datestringPayment due date in ISO 8601 format
paymentsobject[]List of payments applied to the invoice
sub_totalnumberSubtotal before tax
amount_duenumberRemaining balance due
invoice_idstringObligatorioUnique identifier of the invoice to update
amount_paidnumberTotal amount paid
currency_codestringISO-4217 currency code, e.g., 'USD'
invoice_numberstringReference number assigned to the invoice
fully_paid_datestringDate the invoice was fully paid in ISO 8601 format
customer_external_idstringExternal ID of the customer to associate
Parámetros de salida
urlstringObligatoriodataobjectObligatorioerrorstringError if any occurred during the execution of the action
objectstringObligatoriosuccessfulbooleanObligatorioWhether or not the action execution was successful or not