Additional details about this Ticket.\nYou can set the details object either when creating a ticket or when updating an existing ticket.

 "details": {
		"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36",
    "iPAddress": "218.255.205.226",
    "location": "Hartford, Vermont",
    "cardsPath": "Main/Destination/Name/Mail address/Thanks",
    "source": {
      "title": "Glassix",
      "uri": null
    },
    "externalLink": null,
    "isMobile": false,
    "identityTokenClaims": null,
    "referral": {
      "utmParameters": null,
      "adId": "",
      "adTitle": "",
      "refData": "",
      "productId": "",
      "fbPostId": "",
      "instagramStoryId": "",
      "instagramStoryMediaUrl": null,
      "appleIntentId": "",
      "appleGroupId": "",
      "twitterRootTweetId": ""
    }
  }
ParameterTypeDescription
userAgentstringThe user agent of the customer.
iPAddressstringThe IP of the customer.
locationstringCity, State, Country etc.
sourceobjectThe source from which this ticket was opened. Can be a website address, a Facebook page, etc.
titlestringA part of source.
uristringA part of source.
externalLinkstringLink to the CRM ticket or another link you want the agent to see with the ticket details
identityTokenClaimsobject
myCustomClaim1stringA part of identityTokenClaims.
myCustomClaimstringA part of identityTokenClaims.
referralobject
utmParametersobjectA Part of referral.
UTM parameters are just short pieces of code (starts with utm_) you can add to links. They include information about the link’s placement and purpose, making it easier to track clicks and traffic.
utm_sourceA part of utmParameters.
utm_mediumA part of utmParameters.
utm_campaignA part of utmParameters.
utm_contentA part of utmParameters.
utm_termA part of utmParameters.
adIdstringA part of referral.
Facebook ad/Instagram ad id that this ticket originated from.
adTitlestringA part of referral.
Facebook ad/Instagram ad title that this ticket originated from
refDatastringA part of referral.
Data passed as a query string to messenger links. http:// m.me/<PAGE_NAME>?ref=<REF_PARAM>
https://developers.facebook.com/docs/messenger-platform/discovery/m-me-links
productIdstringA part of referral.
Product ID from the Ad the user is interested in
fbPostIdstringA part of referral.
The FB post idd.
instagramStoryIdstringA part of referral.
The IG sory id.
instagramStoryMediaUrlstringA part of referral.
The IG story media link.
appleIntentIdstringA part of referral.
The Apple intent id.
appleGroupIdstringA part of referral.
The Apple group id.
twitterRootTweetIdstringA part of referral.
The Twitter root tweet id.
isMobilebooleanWas this Ticket opened on the mobile? This value is valid only for chat tickets.