Configuring Kualiz as a Source
In the Sources tab, click on the “Add source” button located on the top right of your screen. Then, select the Kualiz option from the list of connectors. Click Next and you’ll be prompted to add your access.1. Add account access
The following configurations are required:-
Instance URL: The base URL of your Kualiz instance, for example
https://your-company.kualiz.com.br(no trailing path). The integration endpoints live under this URL. - API Key: The global integration API key of your instance. Generate it inside Kualiz under Configurações and paste it here. The key is sent with every request, so keep it secret.
- Start Date: (Optional) The earliest date from which records will be synced for incremental streams.
2. Select streams
Choose which data streams you want to sync. For faster extractions, select only the streams that are relevant to your analysis. You can select entire groups of streams or pick specific ones.Tip: The stream can be found more easily by typing its name.Select the streams and click Next.
3. Configure data streams
Customize how you want your data to appear in your catalog. Select the desired layer where the data will be placed, a folder to organize it inside the layer, a name for each table (which will effectively contain the fetched data) and the type of sync.- Layer: choose between the existing layers on your catalog. This is where you will find your new extracted tables as the extraction runs successfully.
- Folder: a folder can be created inside the selected layer to group all tables being created from this new data source.
- Table name: we suggest a name, but feel free to customize it. You have the option to add a prefix to all tables at once and make this process faster!
- Sync Type: you can choose between INCREMENTAL and FULL_TABLE.
- Incremental: every time the extraction happens, we’ll get only the new data - which is good if, for example, you want to keep every record ever fetched.
- Full table: every time the extraction happens, we’ll get the current state of the data - which is good if, for example, you don’t want to have deleted data in your catalog.
4. Configure data source
Describe your data source for easy identification within your organization, not exceeding 140 characters. To define your Trigger, consider how often you want data to be extracted from this source. This decision usually depends on how frequently you need the new table data updated (every day, once a week, or only at specific times). Once you are ready, click Next to finalize the setup.5. Check your new source
You can view your new source on the Sources page. If needed, manually trigger the source extraction by clicking on the arrow button. Once executed, your data will appear in your Catalog.Streams and Fields
Below you’ll find all available data streams from Kualiz and their corresponding fields. All streams are extracted as full tables.Queues
Queues
Service queues (filas) configured in the instance, with live counters.Key Fields:
id- Unique identifier of the queuename- Display name of the queuetype- Type of the queueenabled- Whether the queue is enabled in the systemconnected- Whether the queue is connected to the messaging serviceauthenticatedNumber- Phone number authenticated on the queueopenChats- Number of chats currently open in the queuetodaysRespondedChats- Chats already answered in this queue todayloggedAgentsCount- Number of agents currently logged into the queue
Pipelines
Pipelines
CRM pipelines (funis) and their stages.Key Fields:
id- Unique identifier of the pipelinename- Display name of the pipelinedescription- Description of the pipelinestageorders- Ordered list of stage IDs in the pipelinestages- Ordered stages of the pipeline (JSON array of objects)maxdaysonpipeline- Maximum days an opportunity may stay in the pipelinelossreasons- Configured loss reasons (JSON array of objects)permissions- Pipeline permission rules (JSON array of objects)
Opportunities
Opportunities
CRM opportunities. Iterated per queue and pipeline.Key Fields:
The API returns only the currently open opportunities of a pipeline; already-closed (won or lost) opportunities are not returned, so this stream is a snapshot of the open pipeline.
id- Unique identifier of the opportunitytitle- Title of the opportunityvalue- Value as an integer multiplied by 100 (e.g. 10000 = 100.00)status- Opportunity status: 0 open, 1 won, 2 lostprobability- Probability of closing, from 0 to 100fkPipeline- ID of the pipeline the opportunity belongs tofkStage- ID of the current stageresponsableid- ID of the responsible usermainphone/mainmail- Primary phone and emailexpectedclosedate- Expected close date (ISO 8601)createdAt/closedat- Creation and close dates (ISO 8601)formsdata- Custom form data (JSON object)queueId- Source queue the opportunity was fetched from
Products
Products
Products registered in the instance. Iterated per queue.Key Fields:
id- Unique identifier of the productname- Name of the productinternalcode- Internal reference of the productgtin- GTIN (barcode) of the productvalue- Price as an integer multiplied by 100saleprice- Promotional price as an integer multiplied by 100currency- ISO 4217 currency code (e.g. BRL, USD)available- Whether the product is availablegroups- IDs of product groups the product belongs tofiles- Files associated with the product (JSON array of objects)
Product Groups
Product Groups
Product groups configured in the instance.Key Fields:
id- Unique identifier of the product groupname- Name of the product groupdescription- Description of the product group
FAQs
FAQs
Frequently asked questions configured in the instance.Key Fields:
id- Unique identifier of the FAQquestion- The FAQ question textdescription- The FAQ answer / descriptionkeywords- Keywords used to match the FAQrating- Average rating of the FAQvotes- Number of votes the FAQ receivedfaqgroups- IDs of FAQ groups the FAQ belongs to
FAQ Groups
FAQ Groups
FAQ groups configured in the instance.Key Fields:
id- Unique identifier of the FAQ groupname- Name of the FAQ groupitems- Number of FAQs in the group