# Ascora AI integration on Definable

> 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.

## What this connects

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.

Vendor: https://ascora.io/

## Tools available

**23** tools available. First 12:

- `ASCORA_CREATE_NOTE` — 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.
- `ASCORA_CREATE_OR_UPDATE_CONTACT` — 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.
- `ASCORA_CREATE_OR_UPDATE_CUSTOMER` — 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.
- `ASCORA_CREATE_OR_UPDATE_SUPPLIER` — 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.
- `ASCORA_CREATE_QUOTATION` — 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.
- `ASCORA_DELETE_CUSTOMER` — Delete Customer — Tool to delete a specific customer by ID. Use when you need to remove a customer after confirming its existence.
- `ASCORA_GET_CONTACT` — 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.
- `ASCORA_GET_CUSTOMER` — 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.
- `ASCORA_GET_CUSTOMERS` — 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.
- `ASCORA_GET_INVENTORY_CATEGORIES` — 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.
- `ASCORA_GET_INVENTORY_KITS` — 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.
- `ASCORA_GET_INVENTORY_SUPPLIES` — 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.

## Auth

Auth schemes: `API_KEY`.

## How agents use Ascora

Inside a Definable workflow, Ascora is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Ascora** — the Researcher (GPT-5.5) pulls context from Ascora (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Ascora** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Ascora (create record, post message, draft email).
- **Designer / Engineer → Distributor → Ascora** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Ascora (attach file, open PR comment, post status).

The Verifier checks every Ascora call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- crm — https://definable.ai/apps/category/crm/
- scheduling & booking — https://definable.ai/apps/category/scheduling-&-booking/

## Related

- HTML page: https://definable.ai/apps/ascora/
- Same category (crm): https://definable.ai/apps/category/crm/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
