关于customers/update触发机制的疑问

  1. 新增客户tag不仅会触发customer.tags_added,同时也会触发customers/update,同删除tag触发customer.tags_removed,也会触发customers/update
  2. 客户订阅设置变更,邮件订阅变更不仅会触发customers_email_marketing_consent/update,同时也会触发customers/update,但是短信订阅变更仅触发customers_marketing_consent/update

疑问:

  1. 既然webhook事件已经拆分出来,为什么还会触发customers/update整体的推送?

  2. 同是订阅,为什么短信订阅的触发规则与邮件订阅还不一致?

实际上短信订阅变更也触发customers/update,因为我同时触发了太多event,导致推送数据较多产生了错误的推论。

并不会,我不清楚之前为什么触发了
现在发现变更短信订阅不会触发customers/update