Thank you for your initial guidance. When I tried the suggested endpoint format https://api.clay.com/v1/tables/{table_id}/rows/{row_id} with the PUT method, I'm receiving a 404 error with the message 'deprecated API endpoint'.
I'm building an integration that captures email data from Gmail and needs to store this as raw JSON in a Clay column. Our JSON payloads can be substantial (containing multiple email threads with metadata), so we're concerned about column size limits.
Could you please provide:
- 1.
The current non-deprecated API endpoint for updating a cell value with large JSON data
- 2.
The exact format of the request body expected by the API
- 3.
A code snippet showing how to properly construct the JWT authentication token
- 4.
Best practices for storing large JSON data in Clay (we have the Pro Plan but want to avoid the 8kb column limit)
- 5.
Any alternative approaches you'd recommend for integrating external data sources that generate large JSON outputs
We want to ensure we're following Clay's recommended patterns for this type of integration. Any documentation or examples would be greatly appreciated.