Consume (Mandrill) rest service with request as post but response is a json array

1
Using the API from Mandrill. Is it possible to make a request with POST and receive as a response a jsonarray? I can send mail through the API but it fails on the response because it needs an array instead of an object. The java action postWithresult only accepts objects as result. There is a java action getCollection but this action only accepts an url and not a separate jsonstring as dataObject. The The repsonse looks like this: [ { "email": "recipient.email@example.com", "status": "sent", "reject_reason": "hard-bounce", "_id": "abc123abc123abc123abc123abc123" } ] Thanks!!
asked
0 answers