Ascora

Learn how to use Ascora with Composio

Overview

Enum

ASCORA

Description

Ascora is a cloud-based field service management software designed to streamline operations for service-based businesses, offering features such as job scheduling, invoicing, customer management, and mobile access.

Authentication Details

api_key
stringRequired

Actions

Tool to delete a specific customer by id. use when you need to remove a customer after confirming its existence.

Action Parameters

customer_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to create a new quotation. use when submitting a customer quote request via the ascora api.

Action Parameters

addressCountry
string
addressLine1
string
addressLine2
string
addressPostcode
string
addressState
string
addressSuburb
string
companyName
stringRequired
customFields
array
email
Required
enquiryDescription
string
firstName
stringRequired
lastName
stringRequired
mobile
string
phone
string

Action Response

data
object
error
string
successful
boolean
Tool to delete a specific customer by id. use after confirming the customer exists.

Action Parameters

customer_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of customers. use after authenticating with your api key.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve jobs. use when you need to filter and paginate job listings from ascora.

Action Parameters

endDate
string
jobStatus
string
jobType
string
page
integerDefaults to 1
pageSize
integerDefaults to 50
secondaryStatus
string
startDate
string

Action Response

data
object
error
string
successful
boolean