mailjet/mailjet-gem

No error if from is empty but then message not found

armandmgt opened this issue · 1 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

xab3r commented

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