Is it possible to set/update the ‘Notes’, ‘Terms’, and Attachments sections of a Keap Pro invoice via Keap’s API? If so, how does one go about doing this?
Thanks,
Tim
Is it possible to set/update the ‘Notes’, ‘Terms’, and Attachments sections of a Keap Pro invoice via Keap’s API? If so, how does one go about doing this?
Thanks,
Tim
Any ideas about updating ‘Notes’, 'Terms or ‘Attachments’ on Keap invoices via the Keap API?
Taking a look at the API, the only thing I can see is the “Notes”. Terms and Attachments are something in the Pro line, but not in the Max Classic.
XML-RPC - Via the “Job” table there is the “JobNotes” field which i presume would be the same for the Pro invoice.
https://developer.infusionsoft.com/docs/table-schema/#Job
REST v2 - Orders Endpoint has not been implemented or documented yet.
https://developer.keap.com/docs/restv2/#tag/Orders
REST v1 - There is no Endpoint in which you can update an existing Order.
We put in a request with the team that owns these endpoints to add it to the soon to be released v2 endpoint. It should be out soon.
How do we know when new endpoints have been released. Is there a list we can sign up on to be notified?
We usually post on this forum when we release batches of endpoints. We have about 150 new v2 endpoints that are code complete and under going testing before being publicly released. So as we get through the testing we will get them released and announced.