Clay Icon

Integrating Your App with Clay via APIs: Bypassing the UI

·
·

Hey folks! Is it possible to bypass the clay UI and directly integrate my app with clay through APIs? Eg: If i need a list 10 BDRs at Microsoft - can I submit this query via API, and get that result back via API to our app? Not using clay UI.

  • Avatar of Muhammad S.
    Muhammad S.
    ·
    ·

    You can directly integrate it via any no code automation tool like n8n

  • Avatar of Muhammad S.
    Muhammad S.
    ·
    ·

    have an n8n form, that takes in company as an input <> calls apollo for finding BDRs and then returns the data back in g sheet or in your DB

  • Avatar of Bo (.
    Bo (.
    ·
    ·

    You can also simply send the data through our webhooks and then send it out with a http api without needing any third party 🙂

  • Avatar of Deboshree D.
    Deboshree D.
    ·
    ·

    Bo (. our developer looked into it and it looked like this API can only be used to bring data into clay (from say our data sets)… but not be able to get data out of clay.. like in my use case “send us 10 BDRs at microsoft”… What’s the way to do that?

  • Avatar of Amit S.
    Amit S.
    ·
    ·

    I have a flow that takes inputs via a form, and the sends out the output to the email of the user.

  • Avatar of Deboshree D.
    Deboshree D.
    ·
    ·

    got it.. so there’s no direct API integration from an app.

  • Avatar of Bo (.
    Bo (.
    ·
    ·

    No you can send it out via http api yes. It's simply adding the endpoint and then adding the data in your body!