Today we're shipping the ability to use AI to generate workflow trigger data schemas, making it effortless to get started with verifying the data being passed to your Knock workflow trigger.
Last year we shipped our workflow trigger data schema validation, which allows you to use a JSON schema to describe the data that's expected as part of your workflow trigger. However, getting started here required you to write out a full JSON schema from scratch.
Now, using AI, you can click the "Generate schema" button to automatically generate a trigger data JSON schema from data available to your workflow. It's like magic.
Fixes and improvements
- π [Dashboard] We added a new "Commits" tab to the workflow page where you can see all commits on that workflow and promote changes.
- π [SDKs] We now support a
containerStyle
prop for the React Native and Expo SDK'sNotificationFeed
component. - π [SDKs]
fetchNextPage
in the JavaScript SDK FeedClient now supportsFetchFeedOptions
. - π [SDKs] Trigger data filtering now supports boolean values in the JavaScript and React SDK.