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.
-
Create the input variable
cartCheckoutSessionRecord
using the Record data type and the Cart Checkout Session object. -
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.
-
Create the
Get Records
element on the Cart Checkout Session object, and store the values of theCreatedById
andWebCartId
fields in the output. -
Create the variable
recipientId
using the Text data type, and accept multiple values. -
Create the
Assignment Logic
element, and add the{!cartSessionRecordID.CreatedById}
value to recipientId. -
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.