Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Jul 14, 2022 4:43:48 AM
Jul 14, 2022 4:38:34 AM
This article provides an overview of getting started with the Zenput Connector in Qlik Application Automation.
Zenput is a compliance management solution that helps restaurants, convenience stores and grocers create tasks, manage audits, track incidents, monitor performance and more on a centralized platform.
Adding the Connection in QAA
To get started with Zenput you need an API token, which you can find here.
For more info on the API token, see Getting Started (zenput.com).
Once you have the API token, connect to the data source using the API token.
Working with Zenput blocks
To work with the blocks in QAA, select the connector on the left and either scroll through the list, choose the filter, or type the name in the search box to find the endpoint block you want to use.
To access tasks data, the following endpoints are currently supported:
1. List Tasks: This gets you a list of tasks specific to you. You can add filters to narrow down the results.
Below is a typical example of a list tasks block.
List Tasks block
2. Get Task: Gets you record information specific to the task id you provide.
Below is a typical example of a get task block.
Get Task Block
3. Create Task: This creates a new task record as per the inputs you provide. Returns an id of the new task created.
Note:
Below is a typical example of a create task block.
Create Task block
4. Update Task: Modifies/adds new fields to an existing task record, as per the id you provide.
Note