> For the complete documentation index, see [llms.txt](https://docs.mercuri.cx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mercuri.cx/mercuri-docs-es/caracteristicas/automations/flujo-de-trabajo-automatizado-para-eventos-de-pedidos-en-restaurantes.md).

# Flujo de Trabajo Automatizado para Eventos de Pedidos en Restaurantes

<table><thead><tr><th width="157.81817626953125">Tipo de Automatización</th><th>Descripción</th><th width="144.7454833984375">¿Por qué deberías enviar un mensaje?</th><th>Mensaje de ejemplo</th></tr></thead><tbody><tr><td>Pickup Order Created</td><td>Se activa cuando un cliente realiza un pedido para recogida en el local.</td><td>Para confirmar que el pedido para recoger ha sido recibido y está en proceso.</td><td>“<em>Hemos recibido</em> <em>tu pedido para recoger #[Order ID]. Te avisaremos cuando esté listo.</em>”</td></tr><tr><td>Delivery Order Created</td><td>Se activa cuando un cliente realiza un pedido para entrega a domicilio.</td><td>Para confirmar que el pedido para entrega ha sido recibido.</td><td><em>“Tu pedido para entrega #[Order ID] ha sido recibido. ¡Pronto estará en camino!”</em></td></tr><tr><td>Order Accepted</td><td>Se activa cuando el restaurante confirma y empieza a preparar el pedido.</td><td>Para informar al cliente que su pedido ha sido aceptado y está siendo preparado.</td><td><em>“Tu pedido #[Order ID] ha sido aceptado y está siendo preparado.”</em></td></tr><tr><td>Restaurant Order Canceled</td><td>Se activa cuando el restaurante cancela el pedido.</td><td>Para notificar al cliente sobre la cancelación y evitar confusión o esperas innecesarias.</td><td>“<em>Lo sentimos. Tu pedido #[Order ID] ha sido cancelado. Por favor, contacta con soporte.</em>”</td></tr><tr><td>Order Fulfilled</td><td>Se activa cuando el pedido está listo para recoger o ha sido entregado al repartidor.</td><td>Para informar al cliente que su pedido está listo para recoger o en camino.</td><td><em>“Tu pedido #[Order ID] está listo. Ya puedes recogerlo o está en camino.”</em></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.mercuri.cx/mercuri-docs-es/caracteristicas/automations/flujo-de-trabajo-automatizado-para-eventos-de-pedidos-en-restaurantes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
