Hi. We're building an MVP using Clay. Would there be a way to programatically create a table from a workbook template > create a webhook and send data to that table that has everything else pre-configured?
Currently, Clay doesn't offer exposed API endpoints for programmatically creating tables or configuring webhooks outside of our interface.Here's what you can do within Clay:1. Manually create a table from a template through the interface by: β’ Opening your workspace β’ Clicking +Create New > Table > Use Template β’ Selecting your desired template β’ Clicking Add to Workspace 2. Once your table is set up, you can automate data imports by: β’ Setting up a webhook column β’ Copying the generated endpoint β’ Using this endpoint to connect with your automation toolsYou can then send input data to the webhook, process it within Clay, and use our HTTP API integration to send output data to other services. Sources: Import Data to Clay Using Webhooks Create a Table from a Template
Looks like you're still looking for help. We're escalating this over to our support team and someone should be in touch soon. In the meantime, feel free to include any other information that may be helpful in solving your issue!
Hi Rafael, thanks for reaching out. You can't perform these actions programmatically, but you can kick off workflows programmatically by setting up a webhook table, and HTTP API enrichment and building a workflow in between. Many users have successfully pushed data into Clay through various applications using the webhooks table features. Theyβve enriched this data with our enrichment library and subsequently pushed it back to their preferred applications using our HTTP API: 1. Here's some context on how to send data to Clay via webhooks. 2. And here's how to push data back to your application of choice via HTTP API. Here's how the HTTP API integration column works.