v2
latestOpenAPI 3.1.02026-08-05123191254.3 KBapi-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
Response
Successful Response
{"stackTrail":"paths:/api/v2/webhooks/zapier/previewPayload:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}