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": "3973a2e4-7c05-4372-be72-450024e1ab24",
"LogEmailId": "f67b15b9-9fb6-40e8-b32b-fce34aeb7755",
"InteractionId": 3,
"Interaction": 0,
"Payload": "sample string 4",
"InteractionDate": "2025-12-06T04:49:25.7362813+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>3973a2e4-7c05-4372-be72-450024e1ab24</Id> <Interaction>Pending</Interaction> <InteractionDate>2025-12-06T04:49:25.7362813+00:00</InteractionDate> <InteractionId>3</InteractionId> <LogEmailId>f67b15b9-9fb6-40e8-b32b-fce34aeb7755</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.