We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64120cf commit 3e3b759Copy full SHA for 3e3b759
tinybird/datasources/resend.datasource
@@ -1,3 +1,9 @@
1
+TOKEN "append" APPEND
2
+
3
+# Refer to https://resend.com/docs/dashboard/webhooks/event-types
4
5
+TAGS "resend"
6
7
SCHEMA >
8
`time` DateTime64(3) `json:$.created_at` DEFAULT now(),
9
`type` String `json:$.type`,
tinybird/datasources/resend_simple.datasource
`record` JSON `json:$`
0 commit comments