Azure Logic Apps · Example Payload

Azure Logic Apps As2 Mdn Settings Example

AzureIntegrationiPaaSWorkflows

Azure Logic Apps As2 Mdn Settings Example is an example object payload from Azure Logic Apps, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

dispositionNotificationTomdnTextneedMDNreceiptDeliveryUrlsendInboundMDNToMessageBoxsendMDNAsynchronouslysignMDNsignOutboundMDNIfOptional

Example Payload

Raw ↑
{
  "dispositionNotificationTo": "example-string",
  "mdnText": "example-string",
  "needMDN": true,
  "receiptDeliveryUrl": "example-string",
  "sendInboundMDNToMessageBox": true,
  "sendMDNAsynchronously": true,
  "signMDN": true,
  "signOutboundMDNIfOptional": true
}