APIs & Integrations

rsurander
メンバー

Pop up a contact record based on Phone number

解決

Hi All,

I am looking for the most ideal way to achieve this for my call center where an incoming call from my PBX should pull up the contact information. In case none exists a new contact window should be launched with the number populated.

Any help is appreciated. Thanks

1件の承認済みベストアンサー
JoyHanawa
解決策
参加者

Pop up a contact record based on Phone number

解決

I figured out the answer to my question.

https://api.hubapi.com/contacts/v1/search/query?hapikey=YourAPIKey&property=phone&q=1234567890

Returns the record for that phone number.

元の投稿で解決策を見る

0 いいね!
3件の返信
JoyHanawa
参加者

Pop up a contact record based on Phone number

解決

Were you able to query the contact by phone? I'm working on a call pop integration with Vonage. The link to the documentation states " Search for contacts by email, name, or company name" it doesn't say phone. If you were able to make this work, would you mind posting your API call? e.g.
https://api.hubapi.com/contacts/v1/search/query?q=testingapis&hapikey=demo
I tried query?phone=760* but that did not work.

Thanks,
Joy

0 いいね!
JoyHanawa
解決策
参加者

Pop up a contact record based on Phone number

解決

I figured out the answer to my question.

https://api.hubapi.com/contacts/v1/search/query?hapikey=YourAPIKey&property=phone&q=1234567890

Returns the record for that phone number.

0 いいね!
Derek_Gervais
元HubSpot社員
元HubSpot社員

Pop up a contact record based on Phone number

解決

Hi @rsurander,

You can search for a contact record by phone number using the following endpoint:

0 いいね!