Customer events

Customer events fire when a customer account is created, updated, or interacted with.

See Using Webhooks for the full payload structure, which is shared across every event type.

Event typeDisplay nameDescription
createCreate customerA new customer account was created
send_emailSent email to customerAn automated email was sent to a customer
verify_emailVerify emailA customer completed email verification
updateUpdate account infoA customer updated their account details
update_emailUpdate emailA customer changed their email address
add_payment_methodAdd payment methodA customer added a payment method
delete_payment_methodDelete payment methodA customer removed a payment method
log_inLog inA customer logged in to your store
forgot_passwordForgot passwordA customer requested a password reset
reset_passwordReset passwordA customer completed a password reset
update_statusUpdate customer statusA customer account status changed
log_in_asLog in as customerA reseller logged in as a customer
change_currencyChange currencyA customer changed their preferred currency

Related articles