-
- skippybosco

-
Total Posts: 796
Joined: 2008-10-03
|
Assuming it was an add on and not built into core, it would require a few things to work:
1) when a user was created in Magento that the user record in the help desk software be created
2) That either Magento generate session cookies for the help desk system or that the 3rd party help desk software uses the existing Magento session cookies
3) Management of profile information (username, password, etc) between the systems
If you wanted to extend that, to jay78’s post, you would also need to call the Magento API from within the ticketing system to pull things like user orders, etc.
|