aykut.boyraz Posted June 18, 2021 Share Posted June 18, 2021 Good afternoon, We're working on building an API that can enable us to raise tickets between two ITSM tools. The API body requires the "customerID" to be provided, however, as both ITSM tools would not be using the same contact database, how can we only use the email address to identify (and auto amend) the correct customer to the ticket? The customerID for internal users are the same as their email address (which is perfect), but as this is not the case with external Contacts, we need to know their ContactIDs (customerID). Thanks Aykut Link to comment Share on other sites More sharing options...
Martyn Houghton Posted June 18, 2021 Share Posted June 18, 2021 @aykut.boyraz They reply from @Steve G on our similar post would be a good place to start. Cheers Martyn Link to comment Share on other sites More sharing options...
aykut.boyraz Posted June 18, 2021 Author Share Posted June 18, 2021 Thanks @Martyn Houghton, Did the Steve's suggestion work for you in the end? Regards, Aykut Link to comment Share on other sites More sharing options...
Steve G Posted June 18, 2021 Share Posted June 18, 2021 Hi @aykut.boyraz, The API call in that post will indeed return contact details for a given email address And thanks for commenting @Martyn Houghton, much appreciated Cheers, Steve Link to comment Share on other sites More sharing options...
Martyn Houghton Posted June 18, 2021 Share Posted June 18, 2021 @aykut.boyraz Yes process recommend by Steve is working for us. We do have a fullback method where we have created an 'unmatched' account for when the look does not return a match or returns more then one match. Cheers Martyn Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now