ActiveCampaign / postmark-dotnet

A .NET library for the Postmark API

Home Page:http://developer.postmarkapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Attachment Content is missing from JSON Webhook

arielsrv opened this issue · comments

I tried in various ways but the field never comes

imageç

btw, in raw message exists for another example ....

image

@arielsrv sorry for the delay in getting to this issue. I just tested the inbound webhook and I am not able to reproduce this - I am getting the attachment content under Attachment.Content field as expected, having tested with multiple types of attachments including application/pdf.

Since you are posting this issue under the postmark-dotnet library, I am assuming you are trying to deserialize the webhook payload via a model present in the library. If so, please make sure you are using PostmarkDotNet.PostmarkInboundMessage model specifically designed for representing an inbound message post. The Attachment.Content field is present there.

Please let me know if you are still encountering this issue.

I’m closing this issue because it has been inactive for a few months and is currently not reproducible in the latest version of the library.

Please reopen if you still encounter this issue with the latest stable version.

Thank you!