> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/business-solutions/restaurants/online-orders/notification-recipients/introduction.md ## Article Content: # About the Notification Recipients API The Notification Recipients API manages notification recipients for restaurant orders. Notification recipients receive notifications via SMS or phone calls when orders are created at their associated [Business Locations](https://dev.wix.com/docs/api-reference/business-solutions/restaurants/about-business-locations.md). With the Notification Recipients API, you can: - Create and manage notification recipients. - Set up SMS and phone call notifications for different recipients. - Link recipients to specific business locations for targeted notifications. - Use tags to categorize and filter recipients for effective management. ## Before you begin It's important to note the following points before starting to code: - The Wix user must install the Wix Restaurants Orders app. ## Initial location configuration When the restaurant adds a first location, you may want to update the recipients to associate them with that location using [Update Recipient](https://dev.wix.com/docs/api-reference/business-solutions/restaurants/online-orders/notification-recipients/update-recipient.md). ## Use cases + [Manage restaurant notification recipients](https://dev.wix.com/docs/api-reference/business-solutions/restaurants/online-orders/notification-recipients/sample-flow.md#manage-restaurant-notification-recipients) as staff and locations change. ## Terminology - **Recipient**: A person or contact who should receive notifications about orders created at their associated business locations. - **Business location**: A physical restaurant location that the recipient is associated with for receiving location-specific notifications. For more information, see [About Business Locations](https://dev.wix.com/docs/api-reference/business-solutions/restaurants/about-business-locations.md). - **Communication channel**: The method used to contact the recipient. This can be an SMS, a phone call, or both. @sdk_package_setup