Clay Icon
  • Avatar of Channeled
    Channeled
    APP
    Ā·
    Ā·

    To connect a URL-based data source to Clay, you typically use a webhook integration. Here’s how you can do it: 1. In your Clay workspace, add a new source by selecting Import Data from Webhook. 2. Clay will generate a unique webhook URL for your table. 3. Copy this webhook URL. 4. In the external app or service you want to connect (look for an "Integrations," "Exports," or "Connections" section), set up a webhook and paste your Clay webhook URL as the destination. 5. Save your changes in the external app. This setup will allow data from your chosen URL source to flow directly into your Clay table. If you need more help, you can request human assistance by clicking on "Talk to a person."

  • Avatar of Bo (.
    Bo (.
    Ā·
    Ā·

    Hey, To connect http://server.dev to Clay, you’ll want to use the HTTP API enrichment. Here’s how to set it up: 1. Go to your table and click ā€œAdd Columnā€ > ā€œEnrichmentā€ 2. Search for ā€œHTTP APIā€ and select it 3. Choose GET or POST, depending on what your server expects 4. Enter your endpoint: http://server.dev 5. Add any required headers, params, or body content based on your server’s API 6. Test and run the request — the response will be added to your table Let me know if you want help formatting your request or working with the response!