- Joined
- Sep 10, 2023
- Messages
- 1
- Reaction score
- 1
Hi There
We're trying to get a deeper integration between our CRM tool, HaloPSA and 3CX.
This is proving challenging.
Problem 1: HaloPSA returns contacts as objects in an array.
Problem 2: Object Mapping from CRM and 3CX.
Problem 3: oAuth Authentication
I'm looking for a integrator/developer who may want to take this challenge on or myself making some middleware to achieve this integration.
What are your thoughts?
HaloPSA API Docs are simple enough;
Here is an example, omitted, user output from the API.
More information is provided in the object.
{
"record_count": 4,
"users": [
{
"id": 1,
"firstname" : "Laurie",
"surname" : "Guthrie"
},
{
"id": 2,
"firstname" : "Loza",
"surname" : "McGee"
}
]
}
Would anyone want to take this challenge on or have advise for me?
I have both the CRM template created and the API creds.
Thanks
We're trying to get a deeper integration between our CRM tool, HaloPSA and 3CX.
This is proving challenging.
Problem 1: HaloPSA returns contacts as objects in an array.
Problem 2: Object Mapping from CRM and 3CX.
Problem 3: oAuth Authentication
I'm looking for a integrator/developer who may want to take this challenge on or myself making some middleware to achieve this integration.
What are your thoughts?
HaloPSA API Docs are simple enough;
Here is an example, omitted, user output from the API.
More information is provided in the object.
{
"record_count": 4,
"users": [
{
"id": 1,
"firstname" : "Laurie",
"surname" : "Guthrie"
},
{
"id": 2,
"firstname" : "Loza",
"surname" : "McGee"
}
]
}
Would anyone want to take this challenge on or have advise for me?
I have both the CRM template created and the API creds.
Thanks