API Send Email - Cannot specify Reply to Address
I have been able to create and send emails via the API using a POST to /rpc/{accountId}/email/SendEmail. However, I have not found a way to change the default reply to address (the default is support@wildapricot.com).
Is there a way to specify a Reply To address similar to the option available when drafting an email on the website?
Thanks, Paul
-
Paul commented
Not sure when they appeared, but there are now ReplyToAddress and ReplyToName parameters available for SendEmail - although the documentation on SwaggerHub does not reflect these parameters.