Good day from Infusionsoft HQ! We’re happy to share the following additions or changes.
REST API
-
List Contacts: custom fields are now available when
custom_fields
is included in the comma-delimited list ofoptional_properties
.
REST Hooks
- The “Hook Secret” verification key is now also sent in the request body.
Example:POST / HTTP/1.1 X-Hook-Secret: 2e8ee4b2-5b2f-467a-8e5f-aecf3828fa4a Content-Type: application/json { "event_key": "contact.add", "verification_key": "2e8ee4b2-5b2f-467a-8e5f-aecf3828fa4a" }
XML-RPC API
- Fixed a bug when using
InvoiceService.addManualPayment
: negative payments are processed correctly and no longer produce an error.