Elorus

Learn how to use Elorus with Composio

Overview

Enum

ELORUS

Description

Elorus is an online invoicing and time-tracking software designed for freelancers and small businesses to manage their finances and projects efficiently.

Authentication Details

api_key
stringRequired
organization_id
stringRequired

Actions

Tool to create a new invoice. use after gathering all invoice details.

Action Parameters

client_id
stringRequired
contact_address_id
string
currency_id
stringRequired
discount
number
document_number
string
issue_date
stringRequired
items
arrayRequired
kind
stringRequired
notes
string
payable_date
string
series_id
stringRequired
tags
array

Action Response

data
object
error
string
successful
boolean
Tool to create a new product or service in elorus. use when you need to add or configure items/services in your product catalog.

Action Parameters

code
string
description
string
is_active
boolean
name
stringRequired
price
number
sku
string
tax_category_id
integer
type
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to email an existing invoice to specified contacts. use after generating an invoice and obtaining contact ids.

Action Parameters

bcc
array
cc
array
contacts
arrayRequired
email_body
stringRequired
email_subject
stringRequired
invoice_id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of bills. use when you need to list bills with optional filters after creation.

Action Parameters

due_date__gte
string
due_date__lte
string
issued_at__gte
string
issued_at__lte
string
page
integer
page_size
integer
search
string
status
string
supplier
string

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of contacts. use after authentication to fetch contacts in batches. example: 'list page 2 of active company contacts sorted by name.'

Action Parameters

contact_ids
array
custom_fields
object
is_company
boolean
items_per_page
integer
order_by
string
page
integer
search
string
show_archived
boolean
sort_order
string
statuses
array

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of credit notes. use when you need to fetch credit notes filtered by page, contact, date range, or currency.

Action Parameters

contact
integer
currency
string
issued_on__gte
string
issued_on__lte
string
page
integer
page_size
integer

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of email templates. use when you need to fetch and page through existing templates in the organization.

Action Parameters

page
integer
page_size
integer

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of estimates. use when you need to list estimates with pagination after creation.

Action Parameters

page
integer
page_size
integer

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of invoices. use when you need to list invoices with filtering and pagination options.

Action Parameters

contact
string
currency
string
due_date__gte
string
due_date__lte
string
issue_date__gte
string
issue_date__lte
string
number
string
ordering
string
page
integer
page_size
integer
status
string
tags
string

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of products/services with optional filtering, sorting, and pagination. use when you need to fetch products for reports, ui lists, or inventory management.

Action Parameters

fields
string
filter
string
limit
integer
page
integer
sort
string

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of taxes. use after authentication to list taxes with optional filters.

Action Parameters

page
integer
per_page
integer
q
string

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of document templates. use when you need to list and paginate available templates.

Action Parameters

page
integer
per_page
integer

Action Response

current_page
integer
data
array
error
string
from_index
integer
last_page
integer
next_page_url
string
per_page
integer
prev_page_url
string
successful
boolean
to
integer
total
integer
Tool to update an existing contact by id. use when you need to modify contact details after retrieving current information.

Action Parameters

address
string
city
string
code
string
contact_persons
array
country_id
integer
currency_id
integer
email
string
id
integerRequired
name
string
notes
string
phone
string
postal_code
string
tax_number
string
tax_office
string
vat_status
string

Action Response

data
object
error
string
successful
boolean