mailjet / mailjet-gem

[API v3] Mailjet official Ruby GEM

Home Page:https://dev.mailjet.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No error if from is empty but then message not found

armandmgt opened this issue · comments

When sending a template email without from (meaning it is defined by the template), the API responds with 200 OK, status: "success" and MessageID
But then GET /v3.1/REST/message/{MessageID} returns 404 NOT FOUND

Try GET /v3/REST/message/{MessageID}. Looks like it's not available in 3.1