SMAX and Connect-it integration

Hi

I have a problem when integrating SMAX 23.04 and Connect-it 9.91. Connect-it 9.91 provides sample scenarios on how to create requests and how to update them. The problem is with the one on updating (UpdateTicket2Smax). The example shows how to update the requests description not how to add a comment to said request. My requirement is to add a comment to a request when an person replys to the registration email, which contains the requests ID. I see that the SMAX destination connector has a comments part under the request tab, but just sending the email body into that doesn't create a comment. Looking at the SMAX API I found that comments seem to be an array. So is there a certain format for in which the comment has to be?



Any feedback is appreciated. 

Parents Reply Children
  • Suggested Answer

    0 in reply to 

    Well i couldn't get the comment thing to work in Connect-it, so I made a custom application in SMAX which handles the emails. Basicly Connect-it takes the email and creates a new record in the SMAX custom application. Custom application workflow has different flags (registration or update), based on that flag i either create a request (with a workflow rule) or update already existing request with a comment (also a workflow rule). So pretty much all the logic is stored in the workflow except fetching the request id (if it already exist). I hope that helps.