Skip to content

Commit

Permalink
feat(tem): add 'email_blocklisted' and 'blocklist_created' to Webhook…
Browse files Browse the repository at this point in the history
…EventType (#1629)
  • Loading branch information
scaleway-bot authored Dec 5, 2024
1 parent 5bbb85f commit 26ad3e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/clients/src/api/tem/v1alpha1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ export type WebhookEventType =
| 'email_delivered'
| 'email_spam'
| 'email_mailbox_not_found'
| 'email_blocklisted'
| 'blocklist_created'

export interface DomainRecordsDMARC {
/** Name of the DMARC TXT record. */
Expand Down

0 comments on commit 26ad3e7

Please sign in to comment.