Read-only local campaign artifact
call-flow-contract.json
direct-telephony-wave-54/call-flow-contract.json
{
"contract_version": "1.0",
"target": {
"business_name": "Flat Fee House Cleaners Sarasota",
"source_url": "https://flatfeehousecleanerssarasota.com/",
"source_capture": {
"path": "../content-wave-2/homepage-source.txt",
"sha256": "026E1B0FE14CA9C0114078E996A79BDC5253914705DACF3137F4C11C86C85DA0"
}
},
"execution_boundary": {
"deployed": false,
"did_assigned": false,
"calls_placed": false,
"sms_sent": false,
"provider_accessed": false
},
"draft_graph": {
"entry": "handle_call",
"nodes": [
{ "id": "handle_call", "type": "Handle Call" },
{ "id": "gather_intent", "type": "Gather Input", "prompt_status": "REQUIRES_APPROVED_COPY" },
{ "id": "handoff", "type": "Forward to Phone", "destination_status": "REQUIRES_APPROVED_DESTINATION" },
{ "id": "no_input", "type": "Hang Up Call" }
],
"edges": [
{ "from": "handle_call", "to": "gather_intent" },
{ "from": "gather_intent", "outcome": "selected", "to": "handoff" },
{ "from": "gather_intent", "outcome": "no_input", "to": "no_input" }
]
}
}