Create a Flow for Bell Notifications

Create a flow that triggers bell notifications for intermediate checkout steps.

Follow the steps in Create a Notification Flow using these variables and elements.

  1. Create the input variable cartCheckoutSessionRecord using the Record data type and the Cart Checkout Session object.

  2. Create the variable cartSessionRecordID using the Record data type and the Cart Checkout Session object.

    This variable stores the output of the getRecord lookup for the Cart Checkout Session object.

  3. Create the Get Records element on the Cart Checkout Session object, and store the values of the CreatedById and WebCartId fields in the output.

  4. Create the variable recipientId using the Text data type, and accept multiple values.

  5. Create the Assignment Logic element, and add the {!cartSessionRecordID.CreatedById} value to recipientId.

  6. Create an Action element called Send Custom Notification. For Target ID in send custom notification, enter {!cartSessionRecordID.WebCartId}. For bell notifications, Target ID accepts only record IDs, not URLs, so you can’t redirect the user directly to the checkout flow.