from()
function from(input, pointOfContactID?): PhoneContact | undefined
Given an input containing a phone number, parses it into a contact method.
Parameters
| Parameter | Type |
|---|---|
input | unknown |
pointOfContactID? | string |
Returns
PhoneContact | undefined