Tango · Arazzo Workflow
Tango Configure Low Balance Alert
Version 1.0.0
Confirm an account exists, set a low balance alert on it, and verify the alert.
View Spec
View on GitHub
Catalog ManagementDigital RewardsGift CardsIncentivesLoyaltyRewards As A ServiceArazzoWorkflows
Provider
Workflows
configure-low-balance-alert
Confirm the account, create a low balance alert, and verify it.
Reads the account to confirm it exists, sets a low balance alert threshold with a notification email, and reads the alert back to verify it.
1
confirmAccount
getAccount
Read the account to confirm it exists and capture its current balance before configuring an alert.
2
createAlert
createLowBalanceAlert
Create a low balance alert that notifies the supplied email when the account balance falls below the threshold.
3
verifyAlert
getLowBalanceAlert
Read the alert back by id to verify it was registered with the expected threshold.