v1

latestOpenAPI 3.0.12026-07-2491247233.8 KB
Email Bombs

Create email bomb

Mark a mailbox time range as an email bomb. A new bomb is created if no existing bomb covers the range; otherwise the existing bomb is extended. Messages within the range are associated asynchronously.

post/v0/messages/bombs

Request body

end_timestring date-time required

End of the email bomb time range (must not be in the future)

mailbox_idstring required

ID of the mailbox to declare the email bomb for

start_timestring date-time required

Start of the email bomb time range

Response

Accepted

created_bomb_idstring uuid nullable

ID of the newly created bomb. Omitted when the time range merged into existing bombs.

overlapping_bomb_idsstring[]

IDs of all bombs overlapping the requested time range

updated_bomb_idsstring[]

IDs of existing bombs expanded to cover the requested time range