can I upload a csv via api?
You can’t upload a CSV directly via API right now the way to do it is by creating rows programmatically through the Clay API. You’d loop through your CSV and push each row into your table with the API. I can help you set this up if you’d like.
curious, why not connect directly to the app if you're gonna use the API?