How to send a newsletter with mailjet's Rest Java API? -
i see in v3 reference in mailjet's site http://dev.mailjet.com/email-api/v3/newsletter-send/ there following example:
curl -s -x post \ --user "$mj_apikey_public:$mj_apikey_private" \ https://api.mailjet.com/v3/rest/newsletter/:id/send
but can't find in code example how should done mailjet java api https://github.com/mailjet/mailjet-apiv3-java?
according response of mailjet's support java wrapper not completed , majority of rest api still don't cover. if going use mailjet-apiv3-java library should ready implement rest commands.
Comments
Post a Comment