Clay Icon

Troubleshooting n8n API Queries for Clay Table Rows

·
·

Hey all, I’m trying to query information in n8n from my Clay table, but I’m having some trouble with the API. I’ve got my curl set up like this: curl -X GET ‘https://api.clay.com/v3/tables/{tableid}/rows’ \ -H ‘Authorization: Bearer {api_key}’ \ -H ‘Accept: application/json’ Can anyone confirm if this looks right? I’m specifically trying to pull rows from my table and want to make sure I’m hitting the correct endpoint. Very hard finding any resources regarding the api documentation online

  • Avatar of Channeled
    Channeled
    APP
    ·
    ·

    Clay currently doesn't have exposed API endpoints that can be directly queried from outside the platform. Instead of trying to pull data directly from Clay tables, here's how you can work with Clay programmatically: 1. Use webhooks to send input data into Clay 2. Process and enrich your data within Clay as needed 3. Use Clay's HTTP API integration to send the output data to other services (like n8n)For more details on implementation, you can check these resources: ** How to send data to Clay via webhooks: https://docs.clay.com/en/articles/9730014-import-data-to-clay-using-webhooks ** How to push data to other applications: https://docs.clay.com/en/articles/9672489-http-api-with-clay * Video tutorial on HTTP API integration: https://www.loom.com/share/114ff06973bd4ed7985b32fa031be867

  • Avatar of Channeled
    Channeled
    APP
    ·
    ·

    Hi Nick P.! This thread was recently closed by our Support team. If you have a moment, please share your feedback:

  • Avatar of Channeled
    Channeled
    APP
    ·
    ·

    Thanks! We've reopened this thread. You can continue to add more detail directly in this thread.

  • Avatar of Bo (.
    Bo (.
    ·
    ·

    I noticed you were trying to reopen this ticket. Just to clarify - Clay currently only supports sending to webhooks, not to specific row values. Let me know if you need help with webhook setup instead!

  • Avatar of Channeled
    Channeled
    APP
    ·
    ·

    Hey there - just wanted to check in here to see if you needed anything else! Feel free to reply back here if you do.

  • Avatar of Channeled
    Channeled
    APP
    ·
    ·

    We haven't heard back from you in a bit, so we're going to go ahead and close things out here - feel free to let us know if you still need something!

  • Avatar of Channeled
    Channeled
    APP
    ·
    ·

    Hi Nick P.! This thread was recently closed by our Support team. If you have a moment, please share your feedback: