send_driver_contact
Email the booking's client their assigned driver's first name + phone. Pass email if you already have the client's address (e.g. from Zeplan get-booking); otherwise WP looks it up on the booking post. Returns { sent, to (masked), client_phone }. Voice agent use.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Email language. | en |
| No | Client email to send to. If omitted, WP looks it up on the booking post. | ||
| channel | No | Caller channel for observability. | |
| booking_id | Yes | Booking / reservation ID (= the WP payment post ID). | |
| driver_phone | Yes | Driver's phone number. | |
| driver_first_name | Yes | Driver's FIRST NAME only (never last name/company). |