v3

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

Force Send Zapier Webhook

Force send a Zapier webhook notification to all webhooks for the given account IDs. Mimics the logic in CompanyWebhookSenderPollingWorker._load_webhooks_and_send.

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
  • account_ids: list[int]
  • webhook_uuid: str (optional) - filter to a specific webhook
post/api/v2/webhooks/zapier/forceSend

Request body

record_idinteger required
operationstring required
table_namestring required
account_idsinteger[] required
old_dataobject
new_dataobject
diff_dataobject
contextobject
webhook_uuidstring nullable

Response

Successful Response

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