cancel
Showing results for 
Search instead for 
Did you mean: 

Activate customer account via SOAP in Magento

Activate customer account via SOAP in Magento

I am building a system where I get data from a Magento system via SOAP v1.

 

I am creating correctly the customers via customer.create but I need to send emails to verify those accounts before they can log in.

 

In this Magento lives several websites, and each one has an email template for this case.

 

I am consuming the Magento API from a WordPress, so I would need to create the customer from de API, and somehow, magento would have to send me the activation code that allows me to send the email from my WordPress (each website is a different WordPress). Then when the user clicks on a link pointing to this WordPress, sending this activation code, the site would have to send this code to Magento and confirm the account.

 

Is this possible somehow?

 

Thanks