I want to put Freshdesk app in left sidebar but it should not take the full page. What placeholder should I use for this? Please let me know as soon as possible.
Hi @Swagata_Mandal ,
Since the left sidebar is called the global sidebar, the only options supported are full_page_app and cti_global_sidebar. Hence the mentioned use case does not have any placeholder available in Freshdesk.
Below is the list of supported Freshdesk app locations.
- In the global navigation pane
-
full_page_appfor rendering the app in the global sidebar, when clicked the app page occupies the entire viewport. -
cti_global_sidebarfor rendering the CTI app.
-
- In the ticket details page
-
ticket_sidebarrenders the app in the right sidebar -
ticket_requester_inforenders the app in the requester details tab -
ticket_top_navigationrenders the app in the top navigation bar -
ticket_attachmentrendered when you click the attachment icon in a ticket conversation editor -
ticket_conversation_editorrendered when you click on ticket conversation editor -
ticket_backgroundto run the app in the background -
time_entry_backgroundto run the app in the background of the time entry modal
-
- In the Contact Details Page
-
contact_sidebarrenders the app in the right sidebar -
contact_backgroundto run the app in the contact background
-
- In Contact List with
contact_list_backgroundto run the app in the background - In the Company Details Page with
company_backgroundto run the app in the background - In Company List Page with
company_list_backgroundto run the app in the background - In New Ticket Page
-
new_ticket_requester_inforenders the app in the Contact Details tab -
new_ticket_backgroundto run the app in the background
-
- In New Email Page
-
new_email_requester_inforenders the app in the New Email tab -
new_email_backgroundto run the app in the background
-
Refer to the Chennai workshop sample placeholder app for more details.