Salla Docs
Merchant API
  • Merchant API
  • Salla OAuth 2.0
Partner APIs
  • App API
  • Shipments & Fulfillment APIs
  • Salla AWB
  • Recurring Payments API
  • App Functions
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Ecommerce Events
  • Change Log
Salla CLI
Merchant API
  • Merchant API
  • Salla OAuth 2.0
Partner APIs
  • App API
  • Shipments & Fulfillment APIs
  • Salla AWB
  • Recurring Payments API
  • App Functions
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Ecommerce Events
  • Change Log
Salla CLI
Salla - Opensource
Salla - Developers Community
  1. Events
  • Overview
  • Getting Started
  • Usage - Device Mode
  • Usage - Cloud Mode
  • Events
    • Account Events
    • Cart & Checkout Events
    • Product Events
    • Promotion & Coupon Events
    • Wishlist Events
  1. 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

Common Use Cases#

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

Payload Object#

Schema
Example
Account Events

Example Implementation#

Track User Sign-Up#

Modified at 2025-11-27 13:04:50
Previous
Usage - Cloud Mode
Next
Cart & Checkout Events