Skip to content

Commit 52d4ab7

Browse files
fix(tem): 1st draft
1 parent f5a726a commit 52d4ab7

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

managed-services/transactional-email/api-cli/webhook-events-payloads.mdx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ Find below a detailed description of the fields in a [Webhoook event](/managed-s
3636
| `email_error` | SMTP message explaining the drop |
3737
| `email_next_try` | Next time the email will be sent to the recipient server |
3838
| `email_try_count` | Total number of tries attempted for this email |
39+
| `response_code` | Next time the email will be sent to the recipient server |
40+
| `response_message` | Total number of tries attempted for this email |
3941

4042

4143
## Examples of payload by event type
@@ -178,4 +180,13 @@ Webhooks may trigger different [types of events](/managed-services/transactional
178180
"email_try_count": integer
179181
}
180182
```
181-
183+
```json
184+
{
185+
186+
"from": "[email protected]",
187+
"headers": [...],
188+
"sent_at": "2024-10-31T11:09:06.063284926Z",
189+
"response_code": 250,
190+
"response_message": "2.0.0 49VAvF5n582303 Message accepted for delivery"
191+
}
192+
```

0 commit comments

Comments
 (0)