Best answer

Adding phone number to Pipedrive contact

  • 27 July 2021
  • 1 reply
  • 60 views

Hi there,

I have my emails connected to Zapier so that when I get an email it creates a pipedrive contact. How can I easily add their phone number to the contact? Currently I am searching the email for a number and using that as the phone number. It has been successful until someone has numbers in their email address (such as test327@gmail.com).

Note: The emails are from a website contact form so there are only limited fields that pull through. So the number is always after the word ‘Phone’.

Thanks!

icon

Best answer by robschmidt 27 July 2021, 10:19

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 7
Badge +9

Hi @christiana902 

Assuming you have already tried “Phone Number Extract” formatter. There is another formatter you can use to extract phone number out of an email.

The formatter is located here: Formatter > Text >  Extract pattern, then use this

^[2-9]\d{2}-\d{3}-\d{4}$

This will extract US phone number, you can check out more codes here: https://regexlib.com/Search.aspx?k=phone&AspxAutoDetectCookieSupport=1

Alternatively you can use Zapier mail parser to get phone number.