Search from outside freshdesk

  • 13 June 2016
  • 1 reply
  • 22 views

Hello,

I would like to implement a seachfunction from outside freshdesk, because I want to connect freshdesk with out phones.

I'd like to search contacts via phonenumber in freshdesk. Something like that:

https://DOMAIN.freshdesk.com/search/home/suggest?term=TELEPHONENUMBER


There seems to be no way of search ing via API.


Is there any other way?


Thanks

Marco


This topic has been closed for comments

1 reply


Hi Marco,


We do support searching of contacts using phone and mobile through API. Below is a sample API call:


curl -v -u user@yourcompany.com:test -X GET 'https://<DOMAIN>.freshdesk.com/api/v2/contacts?phone=<PHONE_NUMBER>'


curl -v -u user@yourcompany.com:test -X GET 'https://<DOMAIN>.freshdesk.com/api/v2/contacts?mobile=<MOBILE_NUMBER>'




you can find more information on list of available API's here:
http://developer.freshdesk.com/api/




Thanks,


Shreyas