Find by Email
The REST API has that functionality via the Contacts resource. Example: https://api.infusionsoft.com/crm/rest/v1/contacts?email=itsroy%40roymckenzie.me
. I used our REST API documentation’s Try the API feature to generate the above example:
PHP SDK: XML-RPC vs REST
The PHP SDK includes the following at the top of the readme:
If you use the
Contacts
,Orders
orProducts
services, there are now two different classes handling each service - one for REST, one for XML-RPC. This version of the SDK will load the REST class by default. If you still need the XML-RPC class, pass'xml'
as an argument when requesting the object:$infusionsoft->orders('xml')'
I’ll see if anyone has suggestions for making it appear more prominent.
Documentation and Support
This Community forum supports the API as a whole. The GitHub repo you reference is specific to the PHP SDK and its related issues. (There’s also the Facebook group, as John mentioned, but we do not regularly/officially provide support, there.) But I’m in agreement with you: I’d much rather folks all come here. With that in mind, I’ll give some thought to having folks bring their PHP SDK issues here, too.
(Note: I consolidated my individual replies into this one as recommended. Apologies if you receive multiple notifications for my replies.)