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

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -