Skip to content

Conversation

@mayankj
Copy link

@mayankj mayankj commented Nov 20, 2025

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 timezest entry 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

Copy link
Contributor

@hassan254-prog hassan254-prog left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good, same comments from the other pr 5044 also apply here.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider placing this logo within a 64×64 px square constraining the logo’s max width or height to 44 px.

Comment on lines +56 to +60
### Additional Notes

- TimeZest recommends generating a separate API key for each integration to limit exposure if credentials are compromised
- API keys can be revoked immediately by deleting them from the API Keys settings page
- Authentication is done using Bearer token format: `Authorization: Bearer <API Key>`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

safe to omit these here as its not required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants