mailjet / mailjet-apiv3-nodejs

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

Purposes type is not the right one #279

Open Feederious opened 2 months ago

Feederious commented 2 months ago

When I try to use the type of "purposes" in the template configuration, it does not work. Indeed "purposes" is typing as "transactional" | "marketing" ... But the API expects an array not just a string ...