- Joined
- Mar 10, 2024
- Messages
- 1
- Reaction score
- 0
Hello, I would like some tips to proceed in this scenario.
I'm developing an integration between a CRM "Piperun" and 3CX.
The CRM gives me at first the possibility to schedule a call and delivers the following payload:
{
"user": "Ramal@1000",
"pass": "@passwd#",
"id_crm_call": 11075749,
"exten": "1000",
"destination": "555140639882"
}
I need to send this information to 3cx and get the call to go through, are there any 3CX ways or tools I can use to proceed with this development.
I'm developing an integration between a CRM "Piperun" and 3CX.
The CRM gives me at first the possibility to schedule a call and delivers the following payload:
{
"user": "Ramal@1000",
"pass": "@passwd#",
"id_crm_call": 11075749,
"exten": "1000",
"destination": "555140639882"
}
I need to send this information to 3cx and get the call to go through, are there any 3CX ways or tools I can use to proceed with this development.