v3

latestOpenAPI 3.1.02026-08-08123192255.1 KB
api-v2-webhooks

Preview Zapier Payload

Preview the ZapierResourcePayload that would be sent for a given DBNotificationMessage. This endpoint does NOT send any webhooks - it only returns the converted payload.

Request body should contain:

  • record_id: int
  • operation: str (INSERT, UPDATE, DELETE)
  • table_name: str
  • old_data: dict
  • new_data: dict
  • diff_data: dict
  • context: dict
post/api/v2/webhooks/zapier/previewPayload

Request body

record_idinteger required
operationstring required
table_namestring required
old_dataobject
new_dataobject
diff_dataobject
contextobject

Response

Successful Response

{"stackTrail":"paths:/api/v2/webhooks/zapier/previewPayload:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}