- Joined
- Feb 3, 2025
- Messages
- 3
- Reaction score
- 0
Hello,
i'm trying set up the CRM integration with MSSQL. I inserted the queries for Search by Name, Number and Email. And it works.
Now, I want to set up Call Journaling. I inserted the query but it doesn't log any call. No errors in the logs, but if i execute the same query directly from the dbms it works.
This is the query i'm using:
Am i missing something?
i'm trying set up the CRM integration with MSSQL. I inserted the queries for Search by Name, Number and Email. And it works.
Now, I want to set up Call Journaling. I inserted the query but it doesn't log any call. No errors in the logs, but if i execute the same query directly from the dbms it works.
This is the query i'm using:
INSERT INTO agecxa (TELEFONO, TIPOCHIAMATA, INTERNOAGENTE, SOGGETTO, DESCRIZIONE) VALUES (@Number, @CallType, @Agent, @EntityId, @Name);
Am i missing something?

