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
The format listed here: https://mandrill.zendesk.com/hc/en-us/articles/205583207-What-is-the-format-of-inbound-email-webhooks- shows there should be a spam_report object on the WebHookMessage, but it is not present in the code: https://github.com/shawnmclean/Mandrill-dotnet/blob/master/src/Mandrill/Models/WebHookEvent.cs#L302
spam_report
WebHookMessage
Is there a reason for this or is it an omission?
The text was updated successfully, but these errors were encountered:
Hey @DrLeh, properties may be missing from certain response objects. You can add them and submit a PR when you find cases like this.
Sorry, something went wrong.
No branches or pull requests
The format listed here: https://mandrill.zendesk.com/hc/en-us/articles/205583207-What-is-the-format-of-inbound-email-webhooks- shows there should be a
spam_report
object on theWebHookMessage
, but it is not present in the code: https://github.com/shawnmclean/Mandrill-dotnet/blob/master/src/Mandrill/Models/WebHookEvent.cs#L302Is there a reason for this or is it an omission?
The text was updated successfully, but these errors were encountered: