APIs & Integrations

rsurander
Miembro

Pop up a contact record based on Phone number

resolver

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 Soluciones aceptada
JoyHanawa
Solución
Participante

Pop up a contact record based on Phone number

resolver
0 Me gusta
3 Respuestas 3
JoyHanawa
Participante

Pop up a contact record based on Phone number

resolver

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 Me gusta
JoyHanawa
Solución
Participante

Pop up a contact record based on Phone number

resolver

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 Me gusta
Derek_Gervais
Exmiembro de HubSpot
Exmiembro de HubSpot

Pop up a contact record based on Phone number

resolver

Hi @rsurander,

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

0 Me gusta