feat(integration): add timezest support #5045
Open
+79
−2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds support for timezest scheduling platform
Add native TimeZest integration provider and accompanying docs
This PR introduces first-class support for the TimeZest scheduling platform. A new provider entry allows users to authorise TimeZest via OAuth and consume its actions/triggers through the UI and SDK. Comprehensive documentation, code snippets and brand assets were added so the integration is discoverable and easy to adopt. The change set is purely additive and does not modify core runtime logic or existing providers.
Key Changes
• Added
timezestentry to packages/providers/providers.yaml• Created docs/integrations/all/timezest/connect.mdx with setup instructions and scopes
• Regenerated auto-generated snippet files so TimeZest appears in integration lists
• Added TimeZest PNG logo asset referenced by docs
Affected Areas
• Provider registry (providers.yaml)
• Developer & end-user documentation
• Static assets pipeline (logo inclusion)
This summary was automatically generated by @propel-code-bot