arun kumar
arun kumar

Reputation: 735

Woocommerce api - create customer - email notification

I'm using the woocommerce api with https://github.com/kloon/WooCommerce-REST-API-Client-Library.

I have enabled customer registration email notification in Woocommerce settings -> Email.

I would like to know whether the customer receive the email if the customer is created through the api.

Upvotes: 0

Views: 941

Answers (1)

Torre Lasley
Torre Lasley

Reputation: 7291

Yes, if a Customer is created via the API, they receive the same email notification that would be sent if they had created their account through the website.

Upvotes: 1

Related Questions