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

Domain Verified

Payload
1{
2 "type": "event",
3 "event_type": "domain.verified",
4 "event_id": "string",
5 "domain": {
6 "domain_id": "string",
7 "domain": "string",
8 "status": "NOT_STARTED",
9 "feedback_enabled": true,
10 "records": [
11 {
12 "type": "TXT",
13 "name": "string",
14 "value": "string",
15 "status": "MISSING",
16 "priority": 0
17 }
18 ],
19 "updated_at": "2023-01-01T00:00:00Z",
20 "created_at": "2023-01-01T00:00:00Z",
21 "pod_id": "string",
22 "client_id": "string"
23 }
24}
Was this page helpful?
Previous

Connect

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"domain.verified"Required
event_idstringRequired
ID of event.
domainobjectRequired

Response

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