Skip to main content

I'm facing an issue with the Contact Search API. When I call the API to search for contacts, the response includes fields like phone, ID, and name, but the email field is missing from the results.

Has anyone encountered this issue before? Are there any specific settings or permissions required to retrieve the email field?

 

Hi @Tamilarasi,

Greetings from Freshworks Community!

I understand that while using Contacts API, you are not able to see the email field. If you are using the View contact API, then email will be available, https://developer.freshdesk.com/api/#view_contact

If you are using Search API https://developer.freshdesk.com/api/#search_contacts, I am afraid it is not possible to pull the email ID. The following are the parameters supported in Filter API:

  •  "id"
  • "name"
  • "phone"
  • "mobile"
  • "avatar"

Hope this clarifies your concerns.

 

Cheers,
Sneha.


Hi @Sneha Kandasamy , is it possible to get custom fields via contact view api? If so, please let me know how coz i couldn’t find that info in the docs. Thanks


Reply