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 3f2afa3 commit 8d6791eCopy full SHA for 8d6791e
tinybird/datasources/clerk.datasource
@@ -1,3 +1,9 @@
1
+TOKEN "append" APPEND
2
+
3
+# Refer to https://clerk.com/docs/webhooks/overview#payload-structure
4
5
+TAGS "clerk"
6
7
SCHEMA >
8
`time` DateTime64(3) `json:$.timestamp` DEFAULT now(),
9
`data` JSON `json:$.data`,
tinybird/datasources/clerk_simple.datasource
`record` JSON `json:$`
0 commit comments