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": "a0c0e382-3543-4f5c-a240-5a06bc1c19cf",
"LogEmailId": "312453d4-88df-466a-979e-000707777971",
"InteractionId": 3,
"Interaction": 0,
"Payload": "sample string 4",
"InteractionDate": "2026-01-07T07:32:15.0370162+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>a0c0e382-3543-4f5c-a240-5a06bc1c19cf</Id> <Interaction>Pending</Interaction> <InteractionDate>2026-01-07T07:32:15.0370162+00:00</InteractionDate> <InteractionId>3</InteractionId> <LogEmailId>312453d4-88df-466a-979e-000707777971</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.