3CX Integration ODOO

Status
Not open for further replies.

Mehdi_Odoo

Free User
Joined
Nov 2, 2022
Messages
4
Reaction score
0
hello,

I'm working on integrating 3CX with our ODOO CRM. Tests for contact search and contact creation scenarios work well.

I add the functionality to open the contact's main page on the ODOO CRM once the call is received on 3CX, however I can't find the method to open the contact's page on the browser directly from the controller where I deployed the API.

if anyone is working on 3CX integration in ODOO can you help me solve this

I thank you in advance
 
You need to send ContactUrl in your XML scenario output. The DesktopApp/Webclient will do the rest.
 
You need to send ContactUrl in your XML scenario output. The DesktopApp/Webclient will do the rest.
Thank you for your reply.

the contact page I want to display is the CRM database contact page and not the 3CX contact page.

the scenarios I've seen on the 3CX documentation on the XML Template allow contact search by email and phone, contact creation if it doesn't exist, call logging, and chat logging, but I haven't found a scenario that can open the contact page.

Can I define a new scenario type or do I have to use the scenarios predefined by 3CX in the documentation?

how can 3CX recognize the URL of the contact page on the CRM in the json file sent as a response to the query of the scenario (in which key of the json Dictionary I have to send the URL) is if there is a type of scenario predefined by 3CX which I should use.



I thank you in advance for your help
 
Thank you for your reply.

I have a question regarding the scenarios offered by the 3CX Template XML.

can we create our own type of scenarios for different needs like
(<Scenario Id="my_scenario" Type="REST"> </Scenario>)
or must be limited to the type of scenarios predefined by 3CX in the documentation.

thank you again
 
Thank you for your reply.

I have a question regarding the scenarios offered by the 3CX Template XML.

can we create our own type of scenarios for different needs like
(<Scenario Id="my_scenario" Type="REST"> </Scenario>)
or must be limited to the type of scenarios predefined by 3CX in the documentation.

thank you again
You can create your own if you need to chain them.
 
Thank you for your replay
 
Thank you for your reply.

the contact page I want to display is the CRM database contact page and not the 3CX contact page.

the scenarios I've seen on the 3CX documentation on the XML Template allow contact search by email and phone, contact creation if it doesn't exist, call logging, and chat logging, but I haven't found a scenario that can open the contact page.

Can I define a new scenario type or do I have to use the scenarios predefined by 3CX in the documentation?

how can 3CX recognize the URL of the contact page on the CRM in the json file sent as a response to the query of the scenario (in which key of the json Dictionary I have to send the URL) is if there is a type of scenario predefined by 3CX which I should use.



I thank you in advance for your help
Hello,

Using Odoo and would like to know if you would be willing to share your progress.

Thanks

Tom
 
I am also interested. If someone had a tutorial to get started that would be great.

Icono de Validado por la comunidad
 
We have an Odoo integration working but it uses a proxy API that needs to be deployed somewhere. Odoo uses XMLRPC and that will NEVER work in a 3CX CRM XML template.
 
Often these connectors are SaaS based tools by the way.

Also, Odoo doesn't have a connector but their App Store might. However, you then depend on a third-party module on top of the integration. I recommend staying away from those, specially if they're not updated in a long time.
 
  • Like
Reactions: QuiquePV
We are looking for an 3CX integration for odoo, too. Anyone here who can give us an advise how to integrate the oddoo 16 CRM in 3CX?

brgds
Micha
 
We are looking for an 3CX integration for odoo, too. Anyone here who can give us an advise how to integrate the oddoo 16 CRM in 3CX?

brgds
Micha
We have an integration built.
 
Status
Not open for further replies.