Freshdesk ticket field mapping
When the widget creates a Freshdesk ticket, you can map Certorix data to specific ticket fields.
Configuring field mapping
- Go to Widget Generator → Freshdesk Portal tab.
- Scroll to Ticket field mapping.
- Click Add mapping.
- Select Certorix source:
customerName– Name from contact formcustomerEmail– Email from contact formcustomerMessage– Message from contact formsessionId– Unique session identifiertreeId– ID of the tree usedtreeTitle– Title of the treeanswers– JSON of all Q&A (full transcript)completedAt– Timestamp when diagnostic finishedoutcome– 'resolved' or 'unresolved'nodeId– ID of the final node reached
- Select Freshdesk target field:
- Standard fields:
subject,description,status,priority,email,name - Custom fields:
custom_field_xxxxx(must exist in Freshdesk first)
- Standard fields:
- Save mapping.
customerName→name(Freshdesk customer name)customerEmail→email(Freshdesk requester email)treeTitle→subject(Ticket subject: 'Diagnostic: {tree title}')answers→description(Full Q&A transcript)sessionId→custom_field_12345(if you have a custom field for session ID)- Freshdesk Admin → Ticket Fields → Add New Field.
- Field type: Text (for sessionId, treeId) or Dropdown (for outcome).
- Note the custom field ID (e.g.,
custom_field_12345). - Use that ID in Certorix mapping.
Example mapping
Creating custom fields in Freshdesk
Before mapping to custom fields, create them in Freshdesk:
Ticket subject template
You can customise the ticket subject using a template:
Default: Diagnostic: {treeTitle}
Example custom: [{outcome}] {customerName} - {treeTitle}
Result: [resolved] John Smith - WiFi Troubleshooter
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article