- Joined
- Dec 12, 2017
- Messages
- 16
- Reaction score
- 4
I have been working on a mySQL CRM integration and having trouble with the chat journal integration and while troubleshooting discovered chat log isn't working either. I have 'Chat Log' enabled on the admin console dashboard. Both Call Journaling and Contact Creation Directly to CRM are working per https://www.3cx.com/docs/sql-database-pbx-integration/.
I am using a very basic INSERT statement as a start but still no entries. INSERT INTO chat_journal (number, name, email, chat_message) VALUES (@number, @Name, @Email, @ChatMessages);
What is odd is the statement isn't showing up in the mySQL logs. The call journal and contact creation do. I have the two contacts both email and mobile that I am testing on in the contacts table. My method of testing is via SMS. I am able to text between the two contacts. Calls between the two contacts show up in the call journal. I am not sure what I am doing wrong and would appreciate any help! I suspect the chat log might be part of the problem too.
I am a 3CX novice...actually my job is marketing but I know a little about technology...I think.
Thank you,
John
I am using a very basic INSERT statement as a start but still no entries. INSERT INTO chat_journal (number, name, email, chat_message) VALUES (@number, @Name, @Email, @ChatMessages);
What is odd is the statement isn't showing up in the mySQL logs. The call journal and contact creation do. I have the two contacts both email and mobile that I am testing on in the contacts table. My method of testing is via SMS. I am able to text between the two contacts. Calls between the two contacts show up in the call journal. I am not sure what I am doing wrong and would appreciate any help! I suspect the chat log might be part of the problem too.
I am a 3CX novice...actually my job is marketing but I know a little about technology...I think.
Thank you,
John