Skip to main content

What’s New

Qrvey 9.0
Qrvey Version 9.0 is now available! This release introduces multi-platform hosting (Azure & AWS), a redesigned Dashboard, extensive widget customizations, and numerous features, enhancements, bug fixes, and performance improvements.
Learn More
Qrvey 8.8
Qrvey Version 8.8 (LTS) is now available to customers! This version supports FIPS for GovCloud and includes tons of bug fixes and performance improvements.
Learn More
Qrvey 8.7
Version 8.7 of the Qrvey platform is now available to customers! This version includes new features including area charts, the ability to pivot and export data, as well as numerous bug fixes and performance improvements.
Learn More
Qrvey 8.6
Version 8.6 of the Qrvey platform is now available to customers. This version includes several new feature enhancements and performance improvements.
Learn More
Required Update for 8.5.1
Attention 8.5.1 customers: for any 8.5.1 instance deployed prior to 08/05/2024, an update is required to ensure you are running the latest images.
Learn More
Qrvey 8.5
Version 8.5 (LTS) of the Qrvey platform is now available to customers. This version includes several new features and performance improvements.
Learn More
End-of-life Schedule
We've added a new article that lists the features and endpoints that have been scheduled for deprecation. All features and endpoints will be supported for (1) year after the release date of the LTS version that contains the alternative.
Learn More
Version: 9.0

Automation

The Automation widget allows you to embed the Automated Flows feature within an application.

Embeddable Script

<!-- Tag -->
<qrvey-workflow-design settings="config"></qrvey-workflow-design>

<!-- Config -->
<script>
var config = {
apiKey: '<API_KEY>',
domain: '<DOMAIN>',
userId: '<USER_ID>',
appId: '<APP_ID>'
};
</script>

<!-- Launcher -->
<script type="text/javascript" src="https://<your_qrvey_domain>/widgets-launcher/app.js"></script>

Configuration Object

ParameterDescriptionRequiredqvToken Support
domainString. Base URL of the Qrvey instance.Required if apiKey is not provided.No
qvTokenString. Encrypted token used for secure authentication.Required if apiKey is not provided.No
apiKeyString. Your organization’s unique API key required to access the Qrvey platform.Required if qvToken is not provided.No
userIdString. ID of the Qrvey User that owns the application being embedded.RequiredYes
appIdString. ID of the Qrvey application that contains the asset you want to embed.RequiredYes
workflowIdString. ID of a single flow. If configured, the widget will open that flow. If omitted, the widget will display the "browse all workflows" page.OptionalYes
timezoneObject. Overrides the time zone setting in the Qrvey Admin Center. See The Timezone Object for details.OptionalYes
orgIdString. User organization identifier, which can be any string value.OptionalOnly
clientIdString. A unique identifier of the tenant end user. Enables the use of the End User Personalization and Download Manager features.OptionalOnly

In the Automation widget, the clientId links flows to the end user who created them, allowing the export of personalized dashboards.

Note: Passing clientId in a widget activates a "Show Personalized Dashboards" checkbox in the attachment modal of the Send Email action inside a Flow. This checkbox must be checked for the feature to apply.

Timezone

For more information, see Configuring Time Zone Settings.

ParameterDescriptionRequired
offsetString. Time to offset by. Pattern: {"HH:MM"}. Example: { "offset": "-1:00" }.Optional