The GoTo Community is currently experiencing some technical issues affecting new posts and comments. We are actively working with our service provider and apologize for the frustration.
Forum Discussion
Mike111111
10 years agoNew Member
Add new customer
Using the most current API (http://help.citrix.com/contactus-article/redirect/gotoassistservicedesk/troubleshooting/service-desk...), I am unable to find a call for the creation of a new customer based on the email field they enter upon online form completion.
Any help would be appreciated!
Any help would be appreciated!
3 Replies
- SaschaZ10 years agoRetired GoTo ContributorHi Mike,
We tried reproducing your issue but the call worked on our end, so we think that it might be something related to your account.
Please contact the support team directly at http://help.citrix.com/contactus so that they can drill down deeper and help you resolve this issue. - Mike11111110 years agoNew MemberIn a way, yes... but we must first check to see if the customer exists, so as not to create a duplicate. I am met with this error.
curl -X GET -H "Authorization: Basic REDACTED" -H "Content-Type: application/json" "https://deskapi.gotoassist.com/v1/customers.json";
returns: an html body saying "GoToAssist Service Desk - Oops! That wasn't meant to happen", followed by "body.AccountCancelled {background-color: #fff;} #AccountCancelled"
- SaschaZ10 years agoRetired GoTo ContributorHi Mike, if you look on page 151 of the document you linked, you'll see the Create Customer (POST) API call that will allow you to create a customer. Part of the parameters is the email address. Is that what you were looking for?