Notification Recipients API: Sample Flows

This article presents possible use cases and corresponding sample flows that you can support. It provides a useful starting point as you plan your implementation.

Manage restaurant notification recipients

A restaurant chain needs to set up and maintain notification systems across multiple locations. This involves creating initial recipients when locations are established and updating the recipient list as staff changes occur.

To manage restaurant notification recipients:

  1. Create the primary recipient by calling Create Recipient with the restaurant manager's details:

    Copy
  2. Query existing recipients when staff changes occur by calling Query Recipients to find recipients by location:

    Copy
  3. Update recipient information by calling Update Recipient when staff roles or contact details change:

    Copy
  4. Remove recipients by calling Delete Recipient when staff members leave the restaurant.

Did this help?