I’m new to Infusionsoft so please forgive me if I’m overlooking something simple.
I’m using the Fusionsoft.dll on an ASP VB.net website and can’t seem to get the FindByEmail working correctly.
Here’s the code:
Dim fields As String() = New String() {“Id”, “FirstName”}
client.MethodListener = New ConsoleMethodListener()
Dim results = client.ContactService.FindByEmail(email, fields) --> this is the line the generates the error.
Any guidance\help would be greatly appreciated.