您可以阻止将SMS从Twilio发送到特定号码吗?之后很容易举起块?

发布于 2025-02-11 22:56:04 字数 140 浏览 2 评论 0 原文

我一直在浏览支持文档,但它们主要是要阻止传入的短信。我正在寻找一种在现有流程内将SMS封锁在不同时间内的特定数字,然后能够相对容易地抬起该块的方法。

我们系统的一些用户具有非常特定的用例,在这种情况下,他们会被SMS淹没,我想知道这是否可能是解决方法。

I've been trawling through the support docs but they are mostly about blocking incoming SMS. I'm looking for a way to block sending SMS, within an existing flow, to specific numbers at various times and then be able to lift that block again, relatively easily.

Some of the users of our system have a very specific use case where they would be inundated with SMS and I'm wondering if this might be a workaround.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

青春如此纠结 2025-02-18 22:56:04

没有办法阻止入站SMS。您可以删除Webhook,但入站SMS丢失。有一个API可以在数字上提供Webhooks。

对于出站,您需要在侧面编码逻辑。

There isn’t a way to block inbound SMS. You can remove the webhook but the inbound SMS are lost. There is an API to provision webhooks on numbers.

For outbound, you need to code the logic on your side.

∝单色的世界 2025-02-18 22:56:04

我使用本指南设置了Google表以按列表发送SMS:

您可以添加某种“标志”列并修改代码以跳过未“标记”的数字。

I set up Google Sheets to sent SMS by list, using this guide:
https://techandeco.medium.com/send-sms-event-updates-or-discount-codes-using-twilio-from-a-google-sheet-fd1ebd24c4e

You could add some kind of "Flag" column and modify the code to skip the numbers that are not "flagged".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文