sendinblue/APIv3-java-library

How to send templates Email withou SmtpApi

GuilhermeLis opened this issue · 1 comments

The https://github.com/sendinblue/APIv3-java-library/blob/master/docs/SmtpApi.md#sendTransacEmail is now available, neither the SmtpApi to me imported on java, then how could we send templates now?

Hi @GuilhermeLis, you can send templates using the same API, by providing templateId in payload. Please refer the reference document.

Thanks