mailjet / api-documentation

Mailjet API Guides
https://dev.mailjet.com/guides
22 stars 25 forks source link

Reply of Email #35

Closed Samiddha99 closed 3 years ago

Samiddha99 commented 3 years ago

Using Mailjet REST API, how can I find all the replies of a email message (which message was sent by REST API also); and also using REST API, how can I reply in a email message.

The use case scenario is: Site admin will send a email to an user, user will reply to this email and site admin can show the reply in the website's admin panel, and again site admin will make reply to this email. And in backend all the things will be done by Mailjet REST API.