mailjet / mailjet-gem

[API v3] Mailjet official Ruby GEM
https://dev.mailjet.com
Other
130 stars 72 forks source link

No error if from is empty but then message not found #166

Closed armandmgt closed 4 years ago

armandmgt commented 5 years ago

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

xab3r commented 4 years ago

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