actionlayer_reply
Resume a ticket waiting on the user. If the next_action prompt is sensitive (2FA, password), pass sensitive=true and DO NOT echo the value to any other tool.
Info asks (ticket carries info_request): pass field_values
matching requested_fields ∪ question keys exactly.
Payment asks are approved in the user's Link app, never in
chat. When info_request.payment_status is
"pending_wallet_approval", tell the user to open Link on
their phone and approve there. payment_approved=false
declines the charge (task fails); payment_approved=true
re-sends the approval push after it expired
(payment_status="approval_expired").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field | No | ||
| value | No | ||
| message | No | ||
| sensitive | No | ||
| ticket_id | Yes | ||
| field_values | No | ||
| payment_approved | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||