Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 936 Bytes

File metadata and controls

24 lines (18 loc) · 936 Bytes

IFrame App Setup

To install the IFrame App, just enter the App settings, and fill the following details:

  • IFrame URL - The URL for the App.
  • Column Height - The height of the column in which the iframe will be displayed.
  • Column Width - The width of the column in which the iframe will be displayed.

In the field for the IFrame URL, Deskpro Agent values can be incorporated. One example of such integration is: https://www.google.com/showUser?email={{currentAgent.primaryEmail}}

The following variables can be utilized in this context:

Current Agent (available everywhere)

  • currentAgent.id
  • currentAgent.firstName
  • currentAgent.lastName
  • currentAgent.name
  • currentAgent.primaryEmail
  • currentAgent.avatarUrl
  • currentAgent.language
  • currentAgent.locale

Using these variables, Deskpro Agent values can be dynamically inserted into the IFrame URL field to personalize the user experience.