Skip to main content
Version: 8.8

Automation

The Automation widget enables 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

ParameterDescriptionRequired
qvTokenString, Encrypted token used for secure authentication.Required if apiKey is not provided.
clientidString, A unique identifier of the tenant end user. Enables use of the End User Personalization and Download Manager features. In the automation widget, the clientid links flows to the end user that 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, which must be checked for the feature to apply.
Optional
apiKeyString, Your organization’s unique API key required to access the Qrvey platform.Required, if qvToken is not provided.
userIdString, ID of the Qrvey User that owns the application being embedded.Required
domainString, The base URL of your Qrvey instance.Required
appIdString, ID of the Qrvey application that contains the asset you want to embed.Required
workflowIdString, ID of a single flow. If configured, widget will open that flow. If omitted, this widget will display the "browse all workflows" page.Optional
timezoneObject, Overrides the time zone setting in Qrvey Admin Center. For more information, see timezone.Optional

Timezone

For more information, see Configuring Time Zone Settings.

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