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