@qualtrics/workflows-event-client
v1.1.4
Published
A library for facilitating creation of Workflows Event Plugins
Downloads
452
Maintainers
Keywords
Readme
! READ BEFORE USE !
This library is for Qualtrics developers. To get started, sign up for the developer program here.
This library will NOT work outside of the Qualtrics developer ecosystem!
About
The Plugin Client library plays a vital role in communicating between your XM Plugin and the underlying Qualtrics functionality it is extending.
The Workflows Event Client library wraps the Plugin Client library and adds some additional functionality to help you create the subscription to the external system.
We recommend that you use the Workflows Event Client library to build out your XM Plugin's functionality.
Getting Started
Follow these steps on the Qualtrics developer portal to begin developing XM Extensions.
API Documentation
Sign in using your developer account to access WorkflowsEventClient API documentation
Migration
@qualtrics/actions-event-client
has been renamed to @qualtrics/workflows-event-client
. @qualtrics/actions-event-client
is now deprecated.
If you have not already done so, please migrate to @qualtrics/workflows-event-client
.
Steps to migrate to @qualtrics/workflow-event-client
- Run
npm uninstall @qualtrics/actions-event-client
- Run
npm install @qualtrics/workflows-event-client
- Replace all references of
@qualtrics/actions-event-client
with@qualtrics/workflows-event-client