SmartBrowz JavaScript SDK

SmartBrowz is a Catalyst service that offers you a wide range of components that you can use to perform your required functions on headless browsers, generate visual documents, and even configure design and style templates using Liquid JS that can handle dynamic data while offering you the advantages of reusable HTML blueprints.

Using the SmartBrowz JavaScript SDK, you can perform the following operations through code:

Prerequisites

You will need to install the following package to be able to use the SDK methods of SmartBrowz components.

copy
npm install @zcatalyst/smartbrowz
Info: Ensure that you have applied the required authentication configuration to use the SDK methods of this component.

Import Requirement

You will need to import the following modules to use the SDK methods of Zia service’s components.

copy
const { Smartbrowz } = require('@zcatalyst/smartbrowz'); //SmartBrowz module

List of SDK Methods

The following table provides you with the list of SmartBrowz operations that you can perform through code using the SmartBrowz JavaScript SDK.

Category SDK Method Required Scope
General Operations Get SmartBrowz Instance No requirement
SmartBrowz Operations PDF & Screenshot Admin
Dataverse Admin

Last Updated 2026-07-02 14:51:41 +0530 IST