Salla Docs
Merchant API
  • Merchant API
  • Salla OAuth 2.0
Partner APIs
  • App API
  • Shipments & Fulfillment APIs
  • Recurring Payments API
  • App Functions
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Change Log
Salla CLI
Merchant API
  • Merchant API
  • Salla OAuth 2.0
Partner APIs
  • App API
  • Shipments & Fulfillment APIs
  • Recurring Payments API
  • App Functions
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Change Log
Salla CLI
Salla - Opensource
Salla - Developers Community
  1. Customers Events
  • Welcome 👋
  • What are App Functions?
  • Get Started
  • Supported Events
  • Testing
  • Responses
  • NodeJs Support
  • Merchants Events
    • Brand Events
    • Cart Events
    • Category Events
    • Communication Events
    • Customer Events
    • Invoice Events
    • Review Events
    • Shipment Events
    • Shipping Company Events
    • Shipping Zone Events
    • Special Offer Events
    • Store Branch Events
  • Customers Events
    • Account Events
    • Cart & Checkout Events
    • Product Events
    • Promotion & Coupon Events
    • Wishlist Events
  1. Customers Events

Account Events

This model defines the structure for events triggered when customers manage their accounts on the storefront.

Available Events#

Signed In - When a user logs into their account
Signed Up - When a user creates a new account
Signed Out - When a user logs out of their account.
Profile Updated - When a user modifies their profile information

Event Type#

Asynchronous Events - All customer events are processed in the background.

Common Use Cases#

Track user authentication
Monitor registration conversions
Analyze user engagement
Trigger welcome campaigns
Update marketing platforms

Context Object#

Schema
Example
Account Events

Example Implementation#

Track User Authentication#

Testing#

1
Install your app
Install your app on a demo store
2
Sign up/in
Create an account or sign in as a customer
3
Test in preview
Use the user ID in the App Function preview panel

Related Events#

Checkout Events - Shopping cart interactions
Modified at 2025-11-17 11:41:06
Previous
Store Branch Events
Next
Cart & Checkout Events