Deskhero Developer Hub
Back to deskhero.com
Integrations

Clay table update

Receives a table row update pushed from Clay, stores the raw payload as a JSON file in the internal S3 bucket and starts the lead generation background task that imports the queued Clay payloads, unless that task is already running. The clay-dh-auth-token header must carry the configured token, and the call is rejected without it.

POST /api/sys/v{version:apiVersion}/integrations/clay_table_update
Authorisation
No authentication needed

Request arguments

Name Type Source
tableStringQuery
Request body example

Response

Status
200 (OK)
Type
DTO_acknowledgement
Wrapper
DTO_response_wrap
Other statuses
400 (BadRequest), 403 (Forbidden)
Response body example
DTO_acknowledgement
NameTypeReadOnlyDescription
messageStringMessage

Generated Aug 4, 2026 18:37