Learn how to configure telephone forwarding rules, set up POS hooks, and review webhook payload specifications for custom setups.
Follow these three steps to go live:
Forward calls when your main restaurant phone is busy or goes unanswered after 3 rings. Dial these codes on your main business line:
*90 followed by your Coneeko routing number.*71 followed by your Coneeko routing number.*92 followed by your Coneeko routing number.For custom POS connections or kitchen receipt printing platforms, Coneeko fires a secure POST request to your specified endpoint upon order confirmation:
{
"event": "order.confirmed",
"restaurant_id": "rest_90210",
"order": {
"phone": "+15550199",
"type": "pickup",
"items": [
{
"name": "Pepperoni Pizza",
"qty": 1,
"modifiers": ["extra cheese", "well done"]
}
],
"total": 24.50
}
}For SDK access, sandbox testing credentials, or custom webhooks authorization, contact our engineers at api@coneeko.com.