TechSee Intelligent Visual Assistance App allows Zendesk agents to instantly invite customers to share live video stream or photo's of their issue via their mobile phone (no app download is required).
Once the app is installed, the functionality buttons becomes available on the ticket form on the right hand side.

Install Techsee App now to improve Zendesk Agents experience and your organization’s KPIs.
Step 1
Install Techsee App
Step 2 (required)
Provide your Techsee Account subdomain in Techsee account subdomain setting.
Step 3 (optional)
You can define specific behaviour and look and feel for the buttons by changing Advanced JSON configuration setting.
This setting is JSON array of objects. Where each object defines the buttons visible inside the App. Below is the structure of each object.
Object structure
button_title- mandatory/string/support placeholders text inside the buttonbutton_description- optional/string/support placeholders tooltip text to describe the button functionbutton_url- mandatory/string/support placeholders absolute URL to be called when button is pressedbutton_inline_styles- optional/string/no placeholders inline CSS styles for the buttoncan_be_pressed_once- optional/boolean/no placeholders if true button will be blocked after it was pressedwhen_pressed_open_in_popup_window- optional/boolean/no placeholders if true button will open popup window. Otherwise, new browser tab.when_pressed_update_ticket- optional/serialized JSON/support placeholders this JSON will be used as a value for{"ticket": { when_pressed_update_ticket }}payload in update_many.json PUT request
Supported placeholders
button_title, button_description, button_url and when_pressed_update_ticket attributes supports {{placeholders}}. Below is the list of key placeholders:
{{currentAccount.planName}}{{currentAccount.subdomain}}{{currentUser.alias}}{{currentUser.email}}{{currentUser.id}}{{currentUser.name}}{{currentUser.role}}{{ticket.assignee.group.name}}{{ticket.assignee.user.email}}{{ticket.assignee.user.id}}{{ticket.assignee.user.name}}{{ticket.assignee.user.role}}{{ticket.brand.id}}{{ticket.brand.name}}{{ticket.brand.subdomain}}{{ticket.createdAt}}{{ticket.description}}{{ticket.id}}{{ticket.priority}}{{ticket.status}}{{ticket.subject}}{{ticket.type}}{{ticket.requester.email}}{{ticket.requester.id}}{{ticket.requester.name}}{{ticket.requester.phone}}- Verified primary phone number with+{{ticket.requester.phone_formatted}}- Verified primary phone number without+{{ticket.requester.role}}{{custom_field_NNNNNN}}- Custom ticket field. WhereNNNNNNis numeric ticket field ID{{settings.subdomain}}- App setting for subdomain{{settings.title}}- App title
Examples
https://{{settings.subdomain}}.techsee.me/history?customerId={{ticket.id}}Visual assistance for {{custom_field_123456789}}
Step 4 (required)
Save App configuration. Complete installation. Refresh browser page. Enjoy.