jobs.send_eta
Send an "on my way" notification to the client via SMS and/or email with an optional ETA. Improves customer experience and reduces no-shows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eta | No | Estimated arrival time as human-readable text (e.g. "15 minutes", "2:30 PM"). Optional. | |
| jobId | Yes | Job ID. Required. Must have a linked lead with contact info. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | Confirmation message | |
| smsSent | No | Whether SMS was sent | |
| emailSent | No | Whether email was sent |