- Joined
- Sep 14, 2023
- Messages
- 2
- Reaction score
- 3
Hi there,
I have seen this asked in the past but I don't know if this is coming down the pipeline.
We currently have two separate ZOHO instances (for GDPR) and we wish to integrate 3CX into both of these.
I know it is not possible to have multiple configurations, but I was wondering if it would be possible to do something with Scenarios?
<Scenario Id="CreateContactRecordAU" Type="REST">
<Request SkipIf="[TrunkId]!=AU_Trunk" Url="https://desk.zoho.au/api/...">
<!-- ... --> </Request>
<!-- ... --></Scenario>
Ideally what we want is if a call comes from One Trunk to go to ZOHO 1, if it comes from the other it will go to ZOHO 2?
Has anyone else managed to acheive this?
Thanks,
Jerome
I have seen this asked in the past but I don't know if this is coming down the pipeline.
We currently have two separate ZOHO instances (for GDPR) and we wish to integrate 3CX into both of these.
I know it is not possible to have multiple configurations, but I was wondering if it would be possible to do something with Scenarios?
<Scenario Id="CreateContactRecordAU" Type="REST">
<Request SkipIf="[TrunkId]!=AU_Trunk" Url="https://desk.zoho.au/api/...">
<!-- ... --> </Request>
<!-- ... --></Scenario>
Ideally what we want is if a call comes from One Trunk to go to ZOHO 1, if it comes from the other it will go to ZOHO 2?
Has anyone else managed to acheive this?
Thanks,
Jerome