Subagent (Topic)
Delivery Issues
Download .mdAddresses customer concerns related to delivery problems with an order, including late deliveries or scheduling changes.
Part of Fan_Agent. Mutation paths (cancel, reschedule) require Service Customer Verification.
Identity
| Field | Value |
|---|---|
| API name | DeliveryIssues_16jKY000000CeFO |
| Local developer name | DeliveryIssues |
| Master label | Delivery Issues |
| Plugin type | Topic |
| Language | en_US |
| Can escalate | false |
Purpose
Addresses customer concerns related to delivery problems with an order, including late deliveries or scheduling changes.
Trigger
The planner enters this topic when the user reports:
- A late or missed delivery.
- Wants to reschedule the delivery time.
- Wants to cancel an order due to a delivery problem.
- Asks a delivery-policy question.
Instructions
instruction0_179KY0000000OtR— You are an AI Agent and your Job is to help customers redeem to better seats.
Actions
| Action | Confirmation | Mutates data | Doc |
|---|---|---|---|
AnswerQuestionsWithKnowledge_179KY0000000OtR | No | No | AnswerQuestionsWithKnowledge.md |
IdentifyCustomerByEmail_179KY0000000OtR | No | No | IdentifyCustomerByEmail.md |
GetOrdersByContact_179KY0000000OtR | No | No | GetOrdersByContact.md |
GetDeliveryTimeSlots_179KY0000000OtR | No | No | GetDeliveryTimeSlots.md |
FinalizeNewDeliveryTime_179KY0000000OtR | Yes | Yes | FinalizeNewDeliveryTime.md |
CancelOrder_179KY0000000OtR | Yes | Yes | CancelOrder.md |
Typical reschedule flow
- Identify the customer (
IdentifyCustomerByEmail) or carry over a verified contact. - Pull their orders (
GetOrdersByContact) and select the affected one with the user. - Pull available delivery slots for the desired date (
GetDeliveryTimeSlots). - After explicit confirmation, commit with
FinalizeNewDeliveryTime.
Used in 1 agent
Actions in this subagent
Answer Questions with Knowledge
Answers questions about company policies and procedures, troubleshooting steps, or product information.
Identify Customer By Email
Identify a customer by their email address and return their contact record. Used to anchor a conversation to a specific contact for read-only flows that don't need full verification.
Get Orders By Contact
Returns a list of orders associated with a given contact record.
Get Delivery Time Slots
Returns a list of available time slots to schedule a delivery.
Finalize New Delivery Time
Updates the scheduled delivery time to the time slot selected by the customer.
Cancel Order
Cancels a customer's order.
