- Joined
- Aug 17, 2022
- Messages
- 12
- Reaction score
- 2
We seem to experiencing issues with Zendesk integration, i think probably since update to 18.0.8.917. Basically it's mostly not logging new contacts or tickets.
I've had logs on verbose and been comparing a working one to one that didn't create a ticket.
So far i see potentially that ContactRawData and ContactName is blank,
I see it grab this detail from Zendesk and updating call history, so it seens it goes missing somewhere along the stages (but not always)
I've had logs on verbose and been comparing a working one to one that didn't create a ticket.
So far i see potentially that ContactRawData and ContactName is blank,
Code:
2023/08/30 11:53:10.943|4908|0057|Verb|CRM: Triggering Call Journaling with values - CallType='Inbound' - PhoneNumber='+441234567890' - ContactName='' - AgentExtension='2094' - AgentFirstName='James' - AgentLastName='Bond' - AgentEmail='[email protected]' - ContactRawData='' - StartTime='30/08/2023 10:49:31' - EndTime='30/08/2023 10:53:10' - EstablishedTime='30/08/2023 10:49:31'
I see it grab this detail from Zendesk and updating call history, so it seens it goes missing somewhere along the stages (but not always)
Code:
2023/08/30 11:53:11.957|4908|0057|Trac|Executing SQL: INSERT into myphone_callhistory_v14 (idmpch14,call_id,calltype,dnowner,party_dn,party_dntype,party_name,party_callerid,party_crm_contact,start_time,established_time,end_time,end_status,end_status_hint)
VALUES (DEFAULT,172218,2,'2094','10001',128,'FAKE CONTACT:Digital Receptionist:Reception','+441234567890','{
"FirstName": "FAKE CONTACT",
"LastName": null,
"Email": "",
"ContactUrl": "https://domain.zendesk.com/agent/users/8973378933917",
"CompanyName": "",
"PhotoUrl": null,
"ContactType": 0,
"PhoneBusiness": "441234567890",
"PhoneBusiness2": null,
"PhoneHome": null,
"PhoneHome2": null,
"PhoneMobile": "441234567890",
"PhoneMobile2": null,
"PhoneOther": null,
"FaxBusiness": null,
"FaxHome": null,
"Pager": null,
"ContactRawData": "8973378933917|Contact"
}','2023-08-30 10:50:07','2023-08-30 10:50:09','2023-08-30 10:52:13',0,0)