docs(agent-connectors): add Canva, Mailgun, Postmark, Resend, SendGrid, and Zoho CRM connectors - #932
Conversation
…d, and Zoho CRM connector docs Adds documentation for 6 connectors that are live in production but were missing from developer-docs: canva, mailgun, postmark, resend, sendgrid, zohocrm. Each includes a generated connector page, tool data, and a hand-authored setup guide covering credential creation and (where applicable) OAuth redirect configuration. Also updates catalog.ts and the templates index to register the 6 new setup guides.
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughAdded AgentKit connector support for Canva, Mailgun, Postmark, Resend, SendGrid, and Zoho CRM. The change adds tool registries, catalog metadata, setup templates, exports, and documentation pages. ChangesAgentKit connector integrations
Estimated code review effort: 5 (Critical) | ~120 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@src/components/templates/agent-connectors/_setup-zohocrm.mdx`:
- Line 1: Remove the unused Aside import from the Starlight components import in
this MDX file, while retaining Steps and Badge because they are used in the
content.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro
Run ID: 49b2e3cc-d15f-4e09-aef0-eb98904b8862
⛔ Files ignored due to path filters (8)
src/assets/docs/agent-connectors/canva/add-authentication.pngis excluded by!**/*.pngsrc/assets/docs/agent-connectors/canva/configure-integration.pngis excluded by!**/*.pngsrc/assets/docs/agent-connectors/mailgun/api-keys.pngis excluded by!**/*.pngsrc/assets/docs/agent-connectors/sendgrid/api-key-created.pngis excluded by!**/*.pngsrc/assets/docs/agent-connectors/sendgrid/create-api-key.pngis excluded by!**/*.pngsrc/assets/docs/agent-connectors/zohocrm/client-details.pngis excluded by!**/*.pngsrc/assets/docs/agent-connectors/zohocrm/client-secret.pngis excluded by!**/*.pngsrc/assets/docs/agent-connectors/zohocrm/settings-multidc.pngis excluded by!**/*.png
📒 Files selected for processing (20)
src/components/templates/agent-connectors/_setup-canva.mdxsrc/components/templates/agent-connectors/_setup-mailgun.mdxsrc/components/templates/agent-connectors/_setup-postmark.mdxsrc/components/templates/agent-connectors/_setup-resend.mdxsrc/components/templates/agent-connectors/_setup-sendgrid.mdxsrc/components/templates/agent-connectors/_setup-zohocrm.mdxsrc/components/templates/agent-connectors/index.tssrc/content/docs/agentkit/connectors/canva.mdxsrc/content/docs/agentkit/connectors/mailgun.mdxsrc/content/docs/agentkit/connectors/postmark.mdxsrc/content/docs/agentkit/connectors/resend.mdxsrc/content/docs/agentkit/connectors/sendgrid.mdxsrc/content/docs/agentkit/connectors/zohocrm.mdxsrc/data/agent-connectors/canva.tssrc/data/agent-connectors/catalog.tssrc/data/agent-connectors/mailgun.tssrc/data/agent-connectors/postmark.tssrc/data/agent-connectors/resend.tssrc/data/agent-connectors/sendgrid.tssrc/data/agent-connectors/zohocrm.ts
👷 Deploy Preview for scalekit-starlight processing.
|
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Stray markdown backticks inside the import string made Vite/Rolldown fail to resolve @astrojs/starlight/components and broke Netlify builds on main after #932.
…lients (#933) * docs(signal): explain invalid_client on token revoke for public MCP clients * fix(agent-connectors): correct Zoho CRM starlight import path Stray markdown backticks inside the import string made Vite/Rolldown fail to resolve @astrojs/starlight/components and broke Netlify builds on main after #932. * docs(mcp): address CodeRabbit review on public client revoke Scope the invalid_client explanation to Scalekit, use root-relative internal links, and clarify Disconnect is local sign-out only. --------- Co-authored-by: Claude <noreply@anthropic.com>
Summary
Adds developer-docs pages for 6 agent connectors that are live in production but were missing documentation:
Each connector gets a generated connector page (
src/content/docs/agentkit/connectors/<slug>.mdx), a tool data file, and a hand-authored setup template.catalog.tsand the templatesindex.tsare updated to register all 6.Preview links
Summary by CodeRabbit
New Features
Documentation