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": "98f636a5-b309-45ff-8158-0abc8701a2c0",
"LogEmailId": "5a62efb8-83d2-4480-af6b-fcef4b8aff86",
"InteractionId": 3,
"Interaction": 0,
"Payload": "sample string 4",
"InteractionDate": "2026-01-28T10:26:18.3073901+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>98f636a5-b309-45ff-8158-0abc8701a2c0</Id> <Interaction>Pending</Interaction> <InteractionDate>2026-01-28T10:26:18.3073901+00:00</InteractionDate> <InteractionId>3</InteractionId> <LogEmailId>5a62efb8-83d2-4480-af6b-fcef4b8aff86</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.