Zendesk Connector
Show open Zendesk tickets in the IXON portal and let customer create new tickets.
InstallShow open Zendesk tickets in the IXON portal and let customer create new tickets.
InstallThis app lists open tickets for a customer and allows the customer to create a new ticket.
For this app, the source code is available on Github.
Please note: This is a Workshop app provided as-is by IXON. While we don't provide official support, you are welcome to report suggestions, requests or issues on GitHub. The community and IXON staff can address these as time permits, but no priority support is available.
{
"zendesk_email": "x",
"zendesk_token": "y",
"zendesk_subdomain": "z",
"custom_fields": [
{
"ixon": "comSerial",
"zendesk": 11910782571793
}
]
}
Parameter
|
Description
|
zendesk_email
|
The email address of the zendesk admin
|
zendesk_token
|
The token of the zendesk admin: In Admin Center, click Apps and integrations in the sidebar, then select APIs > Zendesk API. Click the Add API token button to the right of Active API tokens. The token is generated and displayed.
|
zendesk_subdomain
|
The subdomain of the zendesk admin.
Note: if your url is: https://ixon.zendesk.com then your subdomain is ixon |
custom_fields
|
Is used to map IXON custom fields to Zendesk custom fields to automatically add the field value to a Zendesk ticket upon creation. You can add multiple mappings to this array.
Create Zendesk custom fields in the Admin Center / Objects and rules / Tickets / Fields
Create IXON custom fields in the Admin app / Custom fields
|
No additional IXON modules required
Workshop App
IXON