REST v2 - Email - Send an Email - Unable to specify the From Address / Missing CC and BCC fields

@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.

Hi Pav,

We have identified the gap around specifying the fromAddress in REST. An enhancement is currently being tested and is expected to be released by the end of next week.

We’ll share an update once it’s available.

Hi @Pav, this is now supported in v2. Docs: Keap REST API