Magento2 Customer Save Event – How to Use

magento2

I want to save a custom attribute value in my custom table after saving a customer from the admin panel, with an observer event,
I only need the name of the event

Best Answer

You may use customer_save_after and eventually check if the action comes from admin if that's required

Related Topic