For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
contact@agentmail.ccDiscord
DocumentationAPI ReferenceKnowledge BaseChangelog
DocumentationAPI ReferenceKnowledge BaseChangelog
  • API Reference
      • GETList Webhooks
      • GETGet Webhook
      • POSTCreate Webhook
      • PATCHUpdate Webhook
      • DELDelete Webhook
        • POSTMessage Received
        • POSTMessage Sent
        • POSTMessage Delivered
        • POSTMessage Bounced
        • POSTMessage Complained
        • POSTMessage Rejected
        • POSTDomain Verified
LogoLogo
contact@agentmail.ccDiscord
API ReferenceWebhooksEvents

Message Complained

Payload
1{
2 "type": "event",
3 "event_type": "message.complained",
4 "event_id": "string",
5 "complaint": {
6 "inbox_id": "string",
7 "thread_id": "string",
8 "message_id": "string",
9 "timestamp": "2023-01-01T00:00:00Z",
10 "type": "string",
11 "sub_type": "string",
12 "recipients": [
13 "string"
14 ]
15 }
16}
Was this page helpful?
Previous

Message Rejected

Next
Built with

Headers

svix-idstringRequired
ID of webhook message.
svix-signaturestringRequired
Signature of webhook message.
svix-timestampdatetimeRequired
Timestamp of webhook message.

Payload

The payload of this webhook request is an object.
type"event"Required
event_type"message.complained"Required
event_idstringRequired
ID of event.
complaintobjectRequired

Response

200
any
Return a 200 status to indicate that the data was received successfully.