Merged
Conversation
Contributor
There was a problem hiding this comment.
Greptile Overview
Summary
Adds seven new integration documentation pages (Notion, Perplexity, Replicate, Roboflow, Stripe, Supabase, Twilio) and updates the Airtable integration doc for consistency.
Key Changes:
- Added comprehensive integration guides for popular third-party services across AI, data infrastructure, and communication categories
- Removed "Open your app in the AI Builder" step from Airtable docs to match the new docs pattern
- Added Roboflow image asset for documentation
Issues Found:
- Four files have stray closing backticks (
\```) at the end that need to be removed (notion.md, perplexity.md, replicate.md, supabase.md) - One typo in roboflow.md ("is" should be "it")
Confidence Score: 3/5
- Safe to merge after fixing syntax errors in 5 documentation files
- The PR only adds documentation files with no functional code changes. However, 5 files have syntax errors (stray backticks and a typo) that should be fixed before merging to ensure proper rendering
- notion.md, perplexity.md, replicate.md, roboflow.md, and supabase.md require syntax fixes
Important Files Changed
File Analysis
| Filename | Score | Overview |
|---|---|---|
| docs/ai_builder/integrations/notion.md | 3/5 | New integration doc with stray closing backticks at end of file |
| docs/ai_builder/integrations/perplexity.md | 3/5 | New integration doc with stray closing backticks at end of file |
| docs/ai_builder/integrations/replicate.md | 3/5 | New integration doc with stray closing backticks at end of file |
| docs/ai_builder/integrations/roboflow.md | 3/5 | New integration doc with typo ("is" should be "it") on line 35 |
| docs/ai_builder/integrations/supabase.md | 3/5 | New integration doc with stray closing backticks at end of file |
Sequence Diagram
sequenceDiagram
participant User
participant App
participant Integration
participant ThirdParty as Third-Party Service
User->>App: Navigate to Settings → Integrations
User->>App: Select Integration (e.g., Stripe, Notion, etc.)
User->>App: Paste API Key/Credentials
User->>App: Click Connect
App->>Integration: Validate Credentials
Integration->>ThirdParty: Test API Connection
ThirdParty-->>Integration: Connection Success/Failure
Integration-->>App: Return Validation Result
App-->>User: Display Connection Status
Note over User,ThirdParty: Integration Ready for Use
User->>App: Trigger Workflow/Action
App->>Integration: Execute Action (e.g., send email, query DB)
Integration->>ThirdParty: API Call
ThirdParty-->>Integration: Response Data
Integration-->>App: Return Result
App-->>User: Display Result/Update UI
8 files reviewed, 5 comments
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Member
|
Missing icons for new integrations |
Alek99
approved these changes
Oct 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.