如何定制woo commerce客户创建的webhooks

时间:2017-06-08 06:52:59

标签: woocommerce webhooks woocommerce-rest-api

我正在使用woo commerce" Customer Created" webhook将数据发布到外部URL以及在woo commerce中创建的新用户,我正在接收除用户密码之外的所有数据。 任何人都可以指导我在哪个文件中进行更改,这样这个钩子也会发布用户的密码 注意 - 在woo commerce设置中自动创建用户名&密码已禁用,因此用户必须手动填写这些字段

以下数据发送到我的网址

{"id":4,"date_created":"2017-06-08T06:12:47","date_created_gmt":"2017-06-08T06:12:47","date_modified":"2017-06-08T06:12:47","date_modified_gmt":"2017-06-08T06:12:47","email":"citrpro@hotmail.com","first_name":"Kirti","last_name":"Jensen","role":"customer","username":"citationbuilderpro@hotmail.com","billing":{"first_name":"Kirti","last_name":"Jensen","company":"SEALOOM TX","address_1":"13359 North Highway 183 Suite 406-589","address_2":"","city":"Austin","state":"AK","postcode":"78750","country":"US","email":"citrpro@hotmail.com","phone":"5125151300"},"shipping":{"first_name":"","last_name":"","company":"","address_1":"","address_2":"","city":"","state":"","postcode":"","country":""},"is_paying_customer":false,"orders_count":1,"total_spent":"0.00","avatar_url":"http://2.gravatar.com/avatar/b46fd47ff44e507a64dd9ede8673c0e6?s=96","meta_data":[{"id":126,"key":"_yoast_wpseo_profile_updated","value":"1496902367"},{"id":140,"key":"shipping_method","value":""}]}

由于

0 个答案:

没有答案
相关问题