Build a Breakcold ``task.created``-shaped payload and POST it to the
Build a Breakcold task.created-shaped payload and POST it to the
fixed Zapier catch-hook. Breakcold itself is never called.
Called by triage-bc right after tasks_create so the downstream
Zapier flow (enrichment, Akiflow twin, Notion tracking page) runs. The
routine’s own sandbox cannot reach Zapier directly; this server can.
record_id: the Breakcold CRM record id the task is linked to
task_id: the new Breakcold task id, from tasks_create’s response
title: the task title
workspace_id: the Breakcold workspace id (from workspaces_list)
due_at: the due date just set on the task, ISO 8601
Returns a JSON string:
{"status": "ok"}when Zapier accepted (2xx){"status": "error", "error": "..."}on validation failure or Zapier error. Never includes the catch-hook URL’s secret path beyond what is already fixed in this module.
Authorizations
Body
Response
Tool result. The shape is tool-specific; most tools return a JSON object, some a {"result": ...} envelope.
The response is of type object.