Deguy
01/30/2025, 11:29 PMAtlas
01/30/2025, 11:29 PMVapi
01/30/2025, 11:32 PMVapi
01/30/2025, 11:32 PMDeguy
01/30/2025, 11:33 PMDeguy
01/30/2025, 11:34 PMDeguy
01/30/2025, 11:35 PM{
"type": "handoff",
"name": "tool",
"block": {
"name": "tool",
"tool": {
"type": "function",
"server": {
"url": "https://hooks.zapier.com/hooks/catch/<REDACTED>"
},
"function": {
"name": "tool",
"parameters": {
"type": "object",
"required": [
"info",
"name",
"company",
"accountNumber"
],
"properties": {
"info": {
"type": "string"
},
"name": {
"type": "string"
},
"company": {
"type": "string"
},
"accountNumber": {
"type": "string"
}
}
}
}
},
"type": "tool-call",
"inputSchema": {
"type": "object",
"required": [
"info",
"name",
"company",
"accountNumber"
],
"properties": {
"info": {
"type": "string"
},
"name": {
"type": "string"
},
"company": {
"type": "string"
},
"accountNumber": {
"type": "string"
}
}
},
"outputSchema": {
"type": "object",
"properties": {}
}
},
"input": {
"info": "{{conversation_1.output.Summary}}",
"name": "{{start.output.CallerName}}",
"company": "{{start.output.OrganizationName}}",
"accountNumber": "{{conversation_5.output.AccountNumber}}"
},
"destinations": [
{
"type": "step",
"stepName": "conversation_3",
"conditions": []
}
],
"metadata": {
"nodeType": "handoff",
"position": {
"x": 47.41722542229115,
"y": 863.6355240603137
}
}
}
Deguy
01/30/2025, 11:51 PMVapi
01/30/2025, 11:51 PMShubham Bajaj
01/31/2025, 5:41 AMDeguy
01/31/2025, 4:01 PM