Skip to main content

Lieferando Integration Template

Integrate Germany’s leading food delivery platform Lieferando into your Mid-call Actions with three powerful features: restaurant search, menu retrieval, and full order processing during the call.

Overview & Features

Search Restaurants

  • Postal code-based restaurant search
  • Cuisine filter and rating criteria
  • Delivery time and minimum order amount filters
  • Availability and opening hours check

Retrieve Menus

  • Complete menu categories and prices
  • Popular dishes and recommendations
  • Allergen and additive information
  • Current deals and special offers

Place Orders

  • Full telephone order processing
  • Delivery address and payment method management
  • Special requests and delivery instructions
  • Automatic order confirmation

Configuration in the Famulor Interface

Response Mapping

Agent Message: "I am searching for suitable restaurants in {{postal_code}}..." Success Template: "I found {{count}} restaurants. The top options are: {{restaurants[0].name}} with a rating of {{restaurants[0].rating}} stars, delivery time {{restaurants[0].deliveryTime}} minutes."

Tool 2: Retrieve Menu

Configuration in the Famulor Interface

| Name* | Lieferando Speisekarte abrufen | | Function Name* | get_lieferando_menu | | HTTP Method | GET | | Endpoint* | https://api.lieferando.de/v1/restaurants/{restaurant_id}/menu | | Timeout (ms) | 3000 |

Parameter Schema

Success Template: "The menu has {{categories.length}} categories. Popular dishes include: {{popularItems[0].name}} for {{popularItems[0].price}}€."

Tool 3: Place Order

Configuration in the Famulor Interface

| Name* | Lieferando Bestellung aufgeben | | Function Name* | create_lieferando_order | | HTTP Method | POST | | Endpoint* | https://api.lieferando.de/v1/orders | | Timeout (ms) | 5000 |

Parameter Schema for Order

Success Template: "Order successful! Order number: {{orderId}}. Delivery time: {{estimatedDeliveryTime}}. Total amount: {{totalAmount}}€"
Related pages: Introduction and Building Flows, and Debugging Runs.
Need a whole toolset instead of building HTTP actions one by one? Connect an external MCP server — tools are discovered automatically. See MCP Servers.