Skip to content

Integrations 2#1659

Merged
Alek99 merged 9 commits intomainfrom
integrations-2
Oct 17, 2025
Merged

Integrations 2#1659
Alek99 merged 9 commits intomainfrom
integrations-2

Conversation

@tgberkeley
Copy link
Copy Markdown
Collaborator

No description provided.

Copy link
Copy Markdown
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

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
Loading

8 files reviewed, 5 comments

Edit Code Review Agent Settings | Greptile

Comment thread docs/ai_builder/integrations/notion.md Outdated
Comment thread docs/ai_builder/integrations/perplexity.md Outdated
Comment thread docs/ai_builder/integrations/replicate.md Outdated
Comment thread docs/ai_builder/integrations/supabase.md Outdated
Comment thread docs/ai_builder/integrations/roboflow.md Outdated
tgberkeley and others added 3 commits October 16, 2025 20:36
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
@Alek99
Copy link
Copy Markdown
Member

Alek99 commented Oct 17, 2025

Missing icons for new integrations

@Alek99 Alek99 self-requested a review October 17, 2025 18:17
@Alek99 Alek99 merged commit 341382c into main Oct 17, 2025
11 of 12 checks passed
@Alek99 Alek99 deleted the integrations-2 branch October 17, 2025 18:17
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.

3 participants