首页 > 解决方案 > 如何在 Smooch 中阻止用户 - 垃圾邮件发送者

问题描述

我正在使用 Smooch 将 Whatsapp 和 Facebook 与我的 API 集成。

有没有办法在 Smooch 端阻止一些用户,以便我的 API 不再从他们那里收到任何消息,或者我应该在后端端这样做?

文档中提到了一个blocked标志Client Schema

所以它可能表明它在 Smooch 方面是可行的。

标签: smooch

解决方案


The blocked flag on a client indicates that the user has blocked communication from the business (attempts to send a message to a blocked client will result in a delivery error).

There is currently no way for the business to block communication from a user on Smooch's side, so you'd have to implement that logic yourself


推荐阅读