Sync From Clay
demo
Sync From Clay
Webhook endpoint for Clay to sync GTM demo data.
This endpoint receives data from Clay tables and upserts it into the gtm_demos table. If a demo with the same slug exists, it will be updated; otherwise, a new demo will be created.
Configure Clay to send a POST request to: https://api.ontora.com/v1/demo/sync-from-clay
Optional: Set CLAY_WEBHOOK_SECRET env var and include it in the X-Clay-Secret header for verification.
POST
Sync From Clay
Authorizations
Clerk-issued RS256 JWT.
Body
application/json
Webhook payload from Clay table.
Maps Clay columns to PE firm demo structure. Column names should match your Clay table headers.
URL slug for the demo (e.g., 'summit-partners')