Tiledesk Docs
Search…
Introduction
Widget
Widget SDK
Javascript API: Methods
Javascript API: Attributes
Javascript API: Listeners/Events
Widget Authentication
Widget Angular integration
Widget React integration
Widget for Android with WebView
Widget for iOS with WKWebView
Tutorials
Conversation Embedded Apps
Advanced
External Chatbot
Introduction
Hello World tutorial
Chatbot to Human handoff
Send Text Buttons
Advanced Tutorials
Rasa tutorials
Resolution bot
Introduction
Quickstart
Webhook service
Rich messages
Tutorials
APIs
REST API
NodeJS SDK
Webhooks
Realtime API
JWT Authentication
Tutorials
Tutorials
All Tutorials Summary
Apps
External Channels integration flow diagram
Telegram example integration app
Dashboard & AgentChat SDK
Dashboard SDK
Agent Chat SDK
Architecture
Architecture overview
Components list
Bot Design diagram
Multi Channel Message Flow
Installation
Installation
Running Tiledesk using Docker Compose
Running Tiledesk with Kubernetes using Helm
Choosing Hardware
Install Tiledesk with Firebase Chat21 Engine
Configuration
Chat21 channel configuration
Email parameters and templates configuration
Configure the logging system
Configure the Enteprise modules
Changelog
Changelog updates
Powered By
GitBook
Dashboard SDK
Dashboard Autologin
To auto login pass the JWT token as a query parameter of the Dashboard URL as the following example:
1
https://console.tiledesk.com/v2/dashboard/#/project/<YOUR_PROJECT_ID>/home?token=<JWT_TOKEN>
Copied!
Example:
1
https://console.tiledesk.com/v2/dashboard/#/project/5f47e834c85eca0012c97888/home?token=JWT XYZABC
Copied!
Embedded conversation info
You can run an embedded version of the dashboard inside an existing app using, for example an iframe, as in the following example which display the detail of a conversation (CONVERSATION_UUID starts with support-group-XYZ)
1
<iframe src='https://console.tiledesk.com/v2/dashboard/#/project/<YOUR_PROJECT_ID>/request-for-panel/support-group-<CONVERSATION_ID>?token=<JWT_TOKEN'></iframe>
Copied!
Example:
1
<iframe src='https://console.tiledesk.com/v2/dashboard/#/project/5f47e834c85eca0012c97888/request-for-panel/support-group-60afd5aba1971c00349801c1-1622819472803?token=JWT XYZABC'></iframe>
Copied!
It will show :
image
Apps - Previous
External Channels integration flow diagram
Next - Dashboard & AgentChat SDK
Agent Chat SDK
Last modified
11mo ago
Copy link
Contents
Dashboard Autologin
Embedded conversation info