Integration
Quote Life Cycle
The provided information outlines the life cycle of a quote, detailing different stages and their corresponding statuses, integration statuses, and sent status. Create a new Quote: QuoteStatus: OPEN-NEW Status: 0 - Entered IntegrationStatus: 0 - ...
Web Hooks
Web Hooks Configuration Documentation Introduction Web hooks in Clarico empower users to invoke external web applications based on specific events. This documentation guides users through the configuration of web hooks, detailing the necessary ...
Connection
Introduction Connections play a crucial role in enabling communication between our platform and external web applications through plugins and web hooks. This documentation provides guidance on configuring authentication for different connection ...
Quote Integration Status
Quote integration status allows for syncing between ClaricoQUOTE and ERP system. ClaricoQUOTE provides several quote status options giving users the ability to customize syncing to best suit their quoting process. See below for available status ...
Quote Status
ClaricoQUOTE has two types of status options assigned to quotes, "Status" and "QuoteStatus". Each are defined below. Status Property : Status Type: enum Entered = 0 RequiresApproval = 2 ApprovalRequested = 4 Completed = 5 Sent = 30 NeedsAttention = ...
API Key Authentication
OAuth typically doesn't use API keys in the traditional sense, as it relies on access tokens for authentication and authorization. However, API keys can still play a role in OAuth-based systems, particularly in scenarios involving public clients or ...
API Calls
An API call is a request made by a computer program or application to communicate with an Application Programming Interface (API). APIs define a set of rules and protocols that enable different software applications to interact with each other. ...
Password Authentication
OAuth Password Authentication, also known as the Resource Owner Password Credentials (ROPC) grant type, allows a client application to request an access token on behalf of a user by directly handling the user's credentials (username and password). ...
ClaricoQUOTE API Guide
ClaricoQUOTE API Guide The ClaricoQUOTE API allows for our quoting platform to communicate with other third-party systems like an ERP or CRM. Introduction The integration between ClaricoQUOTE and ERP or CRM systems varies from product to product, but ...