I am trying to search for a contact by their Phone number and then add a Tag. I understand the process to be:
- Search
- Save ID
- Update Contact by ID
This is a text messaging system, so the safest thing I can search on is by Phone - is that possible?
UPDATE: Looking at https://developer.infusionsoft.com/docs/rest/#!/Contact/listContactsUsingGET I see that I can only search using Email, Given_name and Family_name. Could this be right? I just can’t imagine why I couldn’t use phone number?