I am new to Clay. Want to integrate Clay with our application using Clay Graphql / Rest APIs. However, I am not able to find the documentation. Can someone please help / guide.
Currently, we don't offer exposed API endpoints that can be directly queried to use Clay outside of our interface. However, you can still integrate Clay with your application through these alternative methods: 1. Use webhooks to send input data to Clay
2. Process and enrich the data within Clay
3. Use our HTTP API integration to send output data back to your applicationHere are the relevant documentation resources to help you get started: ** How to send data to Clay via webhooks
** How to push data back to your application via HTTP API
* How the HTTP API integration column works