Handle the call execution layer for property showing bookings:
Each call job should include:
job_idclient_namelisting.addresslisting.office_phonepreferred_windows_texttimezonepython3 scripts/prepare_call_payload.py \
--job /tmp/job.json \
--output /tmp/call-payload.json
Dry-run (default safe mode):
python3 scripts/place_outbound_call.py \
--payload /tmp/call-payload.json \
--output /tmp/call-result.json \
--dry-run
Live mode:
python3 scripts/place_outbound_call.py \
--payload /tmp/call-payload.json \
--output /tmp/call-result.json \
--live
python3 scripts/parse_call_result.py \
--input /tmp/call-result.json \
--output /tmp/booking-outcome.json
pending_callback and capture callback requirements.共 1 个版本