I am getting the error when trying to create the contact in infusionsoft from the C# code. I have installed the latest Nuget package to use infusionsoft functionality.
I am getting the exception when this line is executed
contactID = client.ContactService.Add().
Exception message is
“The request was aborted: Could not create SSL/TLS secure channel.”
Any idea how we can fix this error and create the contact to the infusionsoft from the code?
Any help here is appreciated. Thanks.