Loading...
Visual automation across 7,000+ apps. Non-engineers who want VC signals piped into their existing stack (Notion, Airtable, Gmail, Slack).
Crunchbase API: $20K/yr. GitDealFlow A2A: free, no signup.
Zapier's Webhooks app POSTs JSON-RPC to our A2A endpoint with no code. Schedule trigger → Webhooks POST → Formatter (parse JSON) → Slack/Notion/Gmail. The path is uglier than n8n but Zapier reaches a much bigger surface of downstream tools — Notion databases, Google Sheets, HubSpot CRM.
// Zap config:
// 1. Trigger: Schedule by Zapier (every Monday 9am)
// 2. Action: Webhooks by Zapier → Custom Request
// Method: POST
// URL: https://signals.gitdealflow.com/api/a2a
// Data Pass-Through?: No
// Data: (raw JSON)
// {"jsonrpc":"2.0","id":1,"method":"message/send","params":{"message":{"role":"user","parts":[{"kind":"data","data":{"skill":"get_trending_startups"}}]}}}
// Headers: Content-Type | application/json
//
// 3. Action: Formatter → Utilities → Pick from List
// Input: {{step2.result.artifacts.0.parts.0.data.startups}}
//
// 4. Action: Slack → Send Channel Message (or Notion → Create Database Item, etc.)The interactive playground lets you send live JSON-RPC requests against the A2A endpoint with no install, no auth. Pick a skill, hit send, see the response.
Full launch story: I made my VC deal flow callable by Claude.