Ascora

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.

23 actions Integration catalog
Request access
Connect Ascora once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create NoteASCORA_CREATE_NOTE
Creates a note on an entity (customer, job, quote, etc.) in Ascora. Use this when you need to add comments, updates, or documentation to any entity in the system. Requires a valid entity ID from the Ascora system.
Create or Update ContactASCORA_CREATE_OR_UPDATE_CONTACT
Tool to create a new contact or update an existing contact for a customer. Use when you need to add or modify contact information for a specific customer in Ascora. Requires a valid customer ID and accepts optional contact details like name, email, phone numbers, and default contact flag.
Create or Update CustomerASCORA_CREATE_OR_UPDATE_CUSTOMER
Tool to create a new customer or update an existing customer in Ascora. Use when you need to add a new customer with company name and optional contact details, address information (street and postal), and communication preferences. If the customer already exists, their details will be updated.
Create or Update SupplierASCORA_CREATE_OR_UPDATE_SUPPLIER
Tool to create a new supplier or update an existing supplier in Ascora. Use when you need to add a new supplier with contact and address details, or modify an existing supplier's information by providing the supplierId.
Create QuotationASCORA_CREATE_QUOTATION
Creates a new quotation/enquiry in Ascora for a customer. Use this tool when you need to submit a quote request with customer details (name, email, contact info), optional address information, work description, and custom fields. Returns a unique entity ID for the created enquiry that can be used to track or reference the quotation.
Delete CustomerASCORA_DELETE_CUSTOMER
Tool to delete a specific customer by ID. Use when you need to remove a customer after confirming its existence.
Get ContactASCORA_GET_CONTACT
Tool to retrieve details of a specific contact by their unique identifier. Use when you need to fetch information about a contact including their name, contact details, address, and customer association.
Get CustomerASCORA_GET_CUSTOMER
Tool to retrieve details of a specific customer by their unique identifier. Use when you need to fetch information about a single customer including contact details, addresses, and status.
Get CustomersASCORA_GET_CUSTOMERS
Retrieves all customers from the Ascora system. Returns a list of customer records including contact information (name, email, phone) and address details (street, city, state, postcode, country). This is a read-only operation that requires authentication via API key. Useful for syncing customer data, creating customer lists, or verifying customer information exists in the system.
Get Inventory CategoriesASCORA_GET_INVENTORY_CATEGORIES
Retrieves all inventory categories used to organize supplies and kits in Ascora. Returns a paginated list of categories with their IDs, names, and numeric identifiers. Use this when you need to list available inventory categories or reference category information for organizing inventory items.
Get Inventory KitsASCORA_GET_INVENTORY_KITS
Retrieves all inventory kits from Ascora. Returns a paginated list of kit items that bundle multiple supplies together. Use this when you need to list available inventory kits or access kit details for quoting, job planning, or inventory management.
Get Inventory SuppliesASCORA_GET_INVENTORY_SUPPLIES
Retrieves all inventory supplies with pricing and stock information from Ascora. Returns a paginated list of supply items. Use this when you need to list available inventory supplies or access supply details including pricing and stock levels.
Get JobASCORA_GET_JOB
Retrieves details of a specific job by its unique identifier. Returns comprehensive job information including job number, name, status, customer details, dates, and other job-specific data. Use this when you need to fetch detailed information about a particular job in the Ascora system.
Get JobsASCORA_GET_JOBS
Retrieves a paginated list of jobs from Ascora with optional filtering by job type, status, secondary status, and date range. Returns job details including job number, name, status, customer information, and assignment details. Use this when you need to list, search, or monitor jobs in the Ascora system.
Get Quote Labour RolesASCORA_GET_QUOTE_LABOUR_ROLES
Retrieves labour roles available for use in quotes from Ascora. Use this when you need to list available labour roles with their hourly rates for quotation purposes.
Get QuotesASCORA_GET_QUOTES
Retrieves a paginated list of quotes from Ascora with optional filtering by status, date range, or customer. Returns quote details including quote number, customer information, status, creation date, and total amount. Use this when you need to list, search, or monitor quotes in the Ascora system.
Get Quote Standard SectionsASCORA_GET_QUOTE_STANDARD_SECTIONS
Retrieves standard sections that can be used in quotes. Returns a list of pre-configured standard sections that can be included in quotations. This is a read-only operation that requires authentication via API key. Use when you need to list available standard sections for quote generation or to verify what sections exist in the system.
Get Quote Standard StagesASCORA_GET_QUOTE_STANDARD_STAGES
Retrieves standard stages that can be used in quotes for progress tracking. Use this when you need to list available quote stages, display progress tracking options, or reference standard stages for quote management. Returns all configured standard stages in the Ascora system.
Get SupplierASCORA_GET_SUPPLIER
Tool to retrieve details of a specific supplier by ID. Use when you need to fetch supplier information including contact details, address, and business information.
Get Supplier InvoicesASCORA_GET_SUPPLIER_INVOICES
Retrieves supplier invoices from Ascora with optional pagination. Returns invoice details including invoice number, supplier name, dates, amounts, and status. Use this when you need to list, search, or monitor supplier invoices in the Ascora system.
Get SuppliersASCORA_GET_SUPPLIERS
Retrieves a list of suppliers from the Ascora system. Returns supplier details including name, contact information (email, phone), address details, ABN, and activity status. Use this when you need to list or search for suppliers in the Ascora system.
Search JobsASCORA_SEARCH_JOBS
Search for jobs by various criteria including job number, customer, or address. Use this when you need to find specific jobs based on identifiers or search terms rather than filtering by status or type.
Upload AttachmentASCORA_UPLOAD_ATTACHMENT
Tool to upload an attachment to an entity (quote, job, customer, etc.) in Ascora. Use when you need to attach files like documents, images, or plans to existing entities in the system.