@OmarAlmonte, regarding the Email - Send an Email.
In XML-RPC you can specify the “fromAddress” given the opportunity for the person to reply back to a particular person or department.
https://developer.infusionsoft.com/docs/xml-rpc/#email-send-an-email
in REST you now need to specify the User ID. The problem with that is that when the email is sent, the sender is based on the User Email Address.
https://developer.infusionsoft.com/docs/restv2/#tag/Email/operation/sendEmail
I need to be able to specify a different email address that is not a user in the account.
Also in XML-RPC you can specify the CC and BCC Addresses, but none of this is available in REST.