Msising SDK built in data?.last_event === 'suppressed' #1018
Closed
oliveross123
started this conversation in
Ideas
Replies: 1 comment
|
my bad, i was using old version (6.11) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Goals
I would like to ask you to add a supressed last_event
now we must use, and it can get messy >
if ((data?.last_event as string) === "suppressed") { ... }Background
https://resend.com/docs/dashboard/emails/introduction#understand-email-events
Proposal
Just as the rest of the TS (node.js) SDK
All reactions