Is it possible to upload documents to a LLM via clay from a webhook? We are looking to use Clay for some of our operations as well and have a use case to analyze documents via a LLM which we are currently doing manually. Appreciate any feedback.
Yes, you can use Clay's webhook functionality to import document data for analysis. You can set up a webhook endpoint in Clay by clicking "+ Create New" on your home page and selecting "Import data from Webhook" under the "Other" section. This creates a unique webhook URL where you can send your document data programmatically.
While Clay doesn't have a direct LLM integration, you can use webhooks to import data, process it within Clay, and then use the HTTP API integration to send the processed data to your LLM service.
Each webhook table has a 50, 000 submission limit, so plan accordingly for your document analysis needs.