documentation
documentation copied to clipboard
Mailgun Documentation
Can we get some node.js samples in the docs? And how did golang make it ahead of node? `mailgun-request.js`: ``` js 'use strict'; var request = require('request'); request({ url: 'https://api.mailgun.net/v3/example.com/messages'...
The instructions for consuming custom variables on https://documentation.mailgun.com/user_manual.html#tracking-bounces implies that the "custom variables" form field is consumed. This is not correct. Add an example to show the correct behavior.
Would like to see an example in the documentation that shows how to use the Events API to pull a log of only dropped messages. Since "dropped" is not a...