您可以使用 webhook 订阅来接收有关EDM营销中特定事件的通知
例如:您的独立站使用了mamba的表单进行收集顾客邮箱等信息,mamba可以通过webhook将订阅顾客信息推送到您指定 api 中
系统支持主题
说明 | topics | data |
---|---|---|
批量导入处理完成推送 | bulk_operations/finish | { "endpoint":"products", "status":"SUCCESS" } |
通过mamba表单收集用户 | customer/newsletter | { "birthdate":"", "city":"", "country_code":"", "created_at":1680170229, "email":"1234xxxx6@**.com", "email_marketing_consent":{ "state":"undefined" }, "first_name":"", "gender":"", "id":"32296", "last_name":"", "phone":"", "sms_marketing_consent":{ "state":"undefined" }, "source":"customer/newsletter" } 注意id并非mamba系统顾客id,而是独立站顾客id。新用户留空 属性介绍参考 Customer Properties |