I’m looking through the PHP SDK code on Github and I cannot find any update method for the REST APi. Was this not added? I can see update in the REST API documentation but it’s not in the code for the repo.
Wicked thanks. Do you know if contacts()->create() returns notes? In the documentation it looks like createOrUpdate response returns notes but from my test it didn’t
Also in notes, what character is newline? I have tried \r\n but it didn’t work.
I’m trying to append some text to the notes once I have called createOrUpdate but can’t find a simple solution. Or is there a way to append to notes when calling createOrUpdate?
Is it possible to call createOrUpdate then use the returned customer ID and post to this: Keap REST API
I am getting a 500 Error Code using your sample. I’ve also tested the PATCH endpoint for contact in the REST API Reference and also got error 500. Please see attached files. (Removed due to containing access token) . Here is my code snippet from my php backend:
Hi @Ray_Villanueva, this appears to have been caused by a recent code change on our end and we are looking into a fix. Thanks for bringing it to our attention!