This document outlines the process of integrating and automating an employee onboarding workflow using Zuora and Glean. Follow the step-by-step instructions to configure and execute the automation effectively.
Access the Glean platform and generate a token to use within Glean.

Refer to the Glean API documentation to identify the endpoint necessary for configuration. This will guide you on the agent's API overview page, where the relevant API endpoints are listed for your operation.

Initiate the creation of an agent run and await the response. Clicking on this option will direct you to the configuration page, where you can proceed with the setup.

Begin by configuring the method and URL. Ensure the method is set to POST and apply it to your instance.

In the headers section, input the provided details by copying and pasting the necessary information.

Proceed to the authorization setup.

Alternatively, you can create an authentication instance and save the bearer token for reference. However, for testing purposes, manually input the bearer token generated earlier.

With the setup complete, proceed to input the body, ensuring the inclusion of the three parameters required by the agent.

Create a raw body section and insert pre-configured data, ensuring the agent ID is accurately entered.

The agent ID is a unique identifier visible at the top of the agent page or within the URL. Use this ID in your configuration.

Configure the employee type, role, and location. Ensure these elements are properly defined.

Confirm the configurations are complete and proceed with a test run to verify accuracy.

Initiate the test to validate the configuration.

Review the results to confirm the agent execution and result generation.

Observe the generated results, noting device specifications and application details in string format with JSON content.

Utilize object helpers and json.parse to convert string input into JSON format.

Update the process as necessary.

Repeat the process, ensuring input reading from previous steps.

Designate result output and paste the necessary data.

Incorporate device information and maintain consistency with result mapping.

Designate applications and verify configuration.

Validate output by running the verification step.

Execute the complete flow and provide an overview of the process.

Retrieve the new employee onboarding report from Workday and distribute tasks according to pre-configured roles. Default paths are available for unmatched roles.

Utilize the embedded Glean agent to determine device and application provisioning, influencing subsequent workflow steps.

Enhance workflow efficiency by leveraging Glean intelligence, minimizing manual intervention, and initiating the workflow.

Monitor the workflow to confirm email dispatch and evaluate received notifications.

Inspect the email for device allocation details and a list of associated applications, confirmed through the provided data sheet.

Conclude the process by identifying real use cases suitable for this setup to maximize effectiveness.
