Tell the assistant about your restaurant.
Your restaurant name.
Your time zone.
The inbox your kitchen or host stand watches.
Your review page link.
Get paid by link.
- 1Create a price for each item
In Stripe, one Price per orderable item or option.
- 2Fill the Menu Price Catalog
A JSON map of item name to Stripe Price ID. Only these items can be paid by link; anything else goes to staff.
- 3Paste a restricted key
Replace [Stripe Restricted Key] on the Create Stripe Payment Link step with a restricted key allowed to write Payment Links only. Start with a test-mode key.
Hear when payment clears.
- 1Copy the Payment Confirmations URL
From the Stripe Payment Event trigger.
- 2Add it in Stripe
Send the checkout.session.completed event to that URL. Keep the URL private.
Make tables bookable.
- 1Assign staff and hours
The snapshot ships with a Host Stand placeholder.
- 2Set booking rules
Notice, maximum per slot and how far ahead guests can book.
- 3Publish
Table Reservation ships as a draft.
Reach customers and the kitchen.
- 1Connect an SMS number
For payment links, order confirmations and review requests.
- 2Select an email sender
On every email step.
- 3Assign the agent
To your phone number and website chat widget.
Prove it in test mode, then go live.
Text version of this diagram
Install the snapshot, set the restaurant globals, add the menu, hours and delivery area to the knowledge base, create Stripe prices and fill the Menu Price Catalog, paste a restricted Stripe key on the payment link step, point a Stripe webhook for completed checkouts at the Payment Confirmations URL, set up and publish Table Reservation, connect an SMS number and email sender and assign the agent to your line or chat, run the acceptance tests in Stripe test mode, then switch to live keys and activate.
Link texted and emailed; restaurant email says awaiting payment.
Customer gets payment received; restaurant gets PAID with the order and allergy notes.
Customer told staff will call; order email and task.
The address is asked once and appears on the restaurant email.
No safety guarantee; the note is on the order and PAID emails.
Confirmation text and email; restaurant reservation email; review request after the visit.
Setup complete.
When the tests pass, swap in live Stripe keys and activate the agent.
Return to the review hub →