I am trying to test a REST api call to create/update a contact and no matter what json body I provide, I keep getting response code 0 - no response from server. I thought maybe it was my browser extensions so I tried it in an incognito window and it still didn’t work. Then I tried to use the ‘Try this API’ option (link below) for returning a list of contacts… That worked flawlessly. I even used the json template I got from submitting a support ticket a little while back. No shot.
Keap REST API (infusionsoft.com)
I am trying to add a contact with only a few fields but I am starting to suspect that it is just entirely broken, otherwise I would have gotten a more helpful error.
If it helps, I am trying to add a contact with contact type, given name, lead source, EmailAndName duplicate checking (though email will be blank along with family name, along with some custom fields. I would also like to add a tag or two if possible.
Later on, I will be adding more conventional contacts with both family and given name but likely still no emai. I will use the Name duplicate option for those.
I am hoping someone will be able to create a short video showing it working on their end along with an example minimalist json payload (containing only the fields I will be using). Otherwise, if someone knows a way to resolve the no response from server error, that would be amazing!