We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What version of the module is the issue happening on? Does the issue happen on latest version? 0.22
What platform and Node.js version? (For example Node.js 6.9.1 on Mac OS X)
Node 10.14.2 on Mac OS X
with curl it works fine
mailgun.get(`/domain/${mailgun_domain}/webhooks`, function (error, body) { if (error) return reject(error) resolve(body); });
body is empty(undefined), debug shows that response content type is application/octet-stream with 200 status
undefined
application/octet-stream
The text was updated successfully, but these errors were encountered:
Came across this same problem, looks like the example from here: https://documentation.mailgun.com/en/latest/api-webhooks.html#examples has the endpoint with a singular domain and should be domains which is how it is in the documentation above the example.
domain
domains
Sorry, something went wrong.
Why do they don't fix that in the doc?
No branches or pull requests
What version of the module is the issue happening on? Does the issue happen on latest version?
0.22
What platform and Node.js version? (For example Node.js 6.9.1 on Mac OS X)
Node 10.14.2 on Mac OS X
with curl it works fine
body is empty(
undefined
), debug shows that response content type isapplication/octet-stream
with 200 statusThe text was updated successfully, but these errors were encountered: