mailjet / mailjet-apiv3-nodejs

[API v3] Official Mailjet API v3 NodeJS wrapper
https://dev.mailjet.com
MIT License
235 stars 69 forks source link

Unable to view templates in template gallery #221

Closed azpery closed 1 year ago

azpery commented 2 years ago

Since today we are unable to access the templates we create through API / nodejs client.

request = await mailjet.post("template", { version: "v3" }).request({ Author: "Tënk", Name: name, Purposes: ["marketing"], EditMode: 4, OwnerType: "user", Categories: ["newsletter"], IsStarred: false, IsTextPartGenerationEnabled: true, Locale: "fr_FR", });

This returns ids, as it was created but nothing shows in our templates : https://app.mailjet.com/templates/marketing

We changed nothing on our implementation. We are experiencing anomalies since this morning.

Thanks

ai-wintermute commented 1 year ago

Hi @azpery, are you still experiencing this issue? What version of the library do you use?

ai-wintermute commented 1 year ago

@azpery I'm going to close this issue in 48h. Please let me know if you still need an assistance.