POST api/Services/PostmarkWebHook
Request Information
URI Parameters
None.
Body Parameters
PostmarkInboundWebhookMessageName | Description | Type | Additional information |
---|---|---|---|
From | string |
None. |
|
FromName | string |
None. |
|
To | string |
None. |
|
Cc | string |
None. |
|
Bcc | string |
None. |
|
ReplyTo | string |
None. |
|
Subject | string |
None. |
|
MessageID | globally unique identifier |
None. |
|
OriginalRecipient | string |
None. |
|
Date | string |
None. |
|
MailboxHash | string |
None. |
|
TextBody | string |
None. |
|
HtmlBody | string |
None. |
|
Tag | string |
None. |
|
StrippedTextReply | string |
None. |
|
Attachments | Collection of PostMarkAttachment |
None. |
|
Metadata | Dictionary of string [key] and string [value] |
None. |
Request Formats
application/json, text/json
Sample:
{ "From": "sample string 1", "FromName": "sample string 2", "To": "sample string 3", "Cc": "sample string 4", "Bcc": "sample string 5", "ReplyTo": "sample string 6", "Subject": "sample string 7", "MessageID": "503c73f9-94c6-4765-a9cf-32a0c3938c5d", "OriginalRecipient": "sample string 9", "Date": "sample string 10", "MailboxHash": "sample string 11", "TextBody": "sample string 12", "HtmlBody": "sample string 13", "Tag": "sample string 14", "StrippedTextReply": "sample string 15", "Attachments": [ { "Content": "sample string 1", "Name": "sample string 2", "ContentType": "sample string 3", "ContentID": "sample string 4", "ContentLength": "sample string 5" }, { "Content": "sample string 1", "Name": "sample string 2", "ContentType": "sample string 3", "ContentID": "sample string 4", "ContentLength": "sample string 5" } ], "Metadata": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true