Event Types

Alloy offers various predefined Event Types to segment Events by the different types of data used in ongoing monitoring. All Event requests must specify an Event Type in the event_type field. Additionally, each Event Type has it's own unique data schema.

See the table below for the Event Types that are currently supported.

Event TypeAPI NameDescriptionExample Use Case
Person Createdperson_createdA person Entity along with their PII has been created.Backfilling historical person records, or creating an individual that wasn't otherwise created in Alloy during account onboarding.
Person Updatedperson_updatedA person Entity has been updated.Monitoring Individual Identifiable Information updates to check for potential account takeover or verify that the updated information belongs to the accountholder.
Business Createdbusiness_createdA business Entity along with their PII has been created.Backfilling historical business records, or creating a business that wasn't otherwise created in Alloy during account onboarding.
Business Updatedbusiness_updatedA business Entity has been updated.Monitoring Business Identifiable Information updates to check for potential account takeover or verify that the updated information belongs to the accountholder.
Bank Account Createdbank_account_createdA new Bank Account has been opened.Creating Bank Account record associated with an Entity (or Entities) after onboarding.
Bank Account Updatedbank_account_updatedA Bank Account has been updated.Updating the Bank Account record with the latest account balance or status to be used in ongoing monitoring.
External Account Createdexternal_account_createdAn new external or funding Account has been linked.Monitoring for potential account takeover by tracking associated external accounts.
External Account Updatedexternal_account_updatedAn external or funding Account has been unlinked.Monitoring for potential account takeover by tracking associated external accounts.
TransactiontransactionA transaction for a specific Entity and Bank Account has been created or updated.Real-time fraud monitoring for suspicious transaction patterns, or supplying historical transaction data for a scheduled compliance check.
LoginloginA login for a specific Entity has occurred.Monitoring for potential fraudulent logins to an Entity's account.
Credentials Updatedcredentials_updatedThe credentials for a specific Entity have been updated.Monitoring for potential account takeover by tracking account changes.
Embedded Authenticationembedded_authenticationA new authentication to an embedded application (Zelle, Bill Pay) has occurred.Real-time fraud monitoring for suspicious transaction patterns or user behavior.
Modify Notificationmodify_notificationThe notification settings for a specific Entity have been updated.Monitoring for potential account takeover by tracking settings changes.

What’s Next