action webflow_post_transitions_transition_id_executions_execution_id_heartbeat { label: "post_transitions_transitionId_executions_executionId_heartbeats" provider: webflow method: POST path: "/transitions/{transitionId}/executions/{executionId}/heartbeats" encoding: json input: { type: "object" properties: { "Content-Type": { type: "string" } executionId: { type: "string" } transitionId: { type: "string" } } required: ["Content-Type", "executionId", "transitionId"] additionalProperties: false } output: { type: "object" } }