POST api/email/event
Request Information
URI Parameters
None.
Body Parameters
Log_Email_ResponseDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| LogEmailId | globally unique identifier |
Required |
|
| InteractionId | integer |
Required |
|
| Interaction | Status_Email_InteractionTypeDto |
None. |
|
| Payload | string |
None. |
|
| InteractionDate | date |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": "426ad407-bad7-4ee5-8c4f-64c2fa1c63fe",
"LogEmailId": "0a7a1f42-d930-477b-a90c-879c66067a25",
"InteractionId": 3,
"Interaction": 0,
"Payload": "sample string 4",
"InteractionDate": "2026-01-28T09:16:39.3317624+00:00"
}
application/xml, text/xml
Sample:
<Log_Email_ResponseDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.DigitalSender.Models.EmailResponse"> <Id>426ad407-bad7-4ee5-8c4f-64c2fa1c63fe</Id> <Interaction>Pending</Interaction> <InteractionDate>2026-01-28T09:16:39.3317624+00:00</InteractionDate> <InteractionId>3</InteractionId> <LogEmailId>0a7a1f42-d930-477b-a90c-879c66067a25</LogEmailId> <Payload>sample string 4</Payload> </Log_Email_ResponseDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.