onAccountPointsUpdated( )


Notes:

Triggered when the points of a loyalty account are adjusted, earned, or redeemed.

Permissions
Manage Loyalty
Read Loyalty
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: AccountPointsUpdatedEnvelope): void | Promise<void>

JavaScript
Did this help?