function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
iliyas bagwaniliyas bagwan 

query api to get contact details using email id

I want to find specific contact using on the basis of email or phone number
Best Answer chosen by iliyas bagwan
RituSharmaRituSharma
Your query should be like below:
Select Id,Name,Email,Phone from Contact where Email='abc@test.com' or Phone='1231333'

All Answers

RituSharmaRituSharma
Your query should be like below:
Select Id,Name,Email,Phone from Contact where Email='abc@test.com' or Phone='1231333'
This was selected as the best answer
iliyas bagwaniliyas bagwan
Thank you for your reply,
Can you please give a more specific API? 
RituSharmaRituSharma
Tell me your exact requirement and then i can try to provide more specific query.
Hugh PerdueHugh Perdue
I've the same query about getting contact details iMessage for PC (https://www.imessageapp.biz/imessage-app-for-pc-download/)