Request
Body Params application / json
{
"additional_data": {},
"email_id": "01234567-abcd-dcba-ffff-000000000000",
"type": 1,
"url": "string"
}
Request Code Samples
curl --location --request POST '/entities/EmailEvents' \
--header 'Content-Type: application / json' \
--data-raw '{
"additional_data": {},
"email_id": "01234567-abcd-dcba-ffff-000000000000",
"type": 1,
"url": "string"
}'
Responses
application/json
Creation confirmation. Returns created EmailEvent
{
"success": true,
"data": {
"is_delete_protected": false,
"id": "01234567-abcd-dcba-ffff-000000000000",
"is_deleted": false,
"modified": "2019-01-01T00:00:00",
"created": "2019-01-01T00:00:00",
"email": "http://example.com",
"additional_data": {},
"email_id": "01234567-abcd-dcba-ffff-000000000000",
"type": 1,
"url": "string"
}
}
Modified at 2025-08-27 11:50:59