Have something to say?

Tell us how we could make the product more useful to you.

PRIVACY BREACH?

PRIVACY BREACH Pleae watch this video https://www.loom.com/share/b27c5c7a74314cd99537036178f7c7b7 I logged in as a limited access user which is linked to my main # and so I only have access to those chats that have the labels I have been assigned. However, when I type something in the search bar here, I am able to access information from the main # (ending in 3170) to which I do not have access. I am able to see in the search term information that I then cant access if I hit return. Similarly, if I type in a contact person, I get the entire contact list show up in the search term although I cant get the record page if I choose the,. How is this maintaining privacy? Technically, this is considered a "Data Leak in Search Metadata." While a user cannot read entire conversations, the ability to see that a contact exists or to read a single snippet of a message from a restricted phone number is a valid privacy concern for organizations with strict isolation requirements.

Christian Steiner (Main) 29 days ago

API to cancel/delete scheduled broadcasts

We use the Broadcast API with scheduled_at to schedule WhatsApp reminders for individual users (e.g., 1 hour before a demo, 10 minutes before). When a user cancels or reschedules their booking, we need to cancel the pending scheduled broadcasts via API. Currently: POST /message/queues/purge with broadcast_id returns {"purged": true} but the message still delivers at the scheduled time DELETE /queue/purge also returns 204 but doesn't cancel delivery No other endpoint exists to cancel a scheduled broadcast The only way to cancel is manually via Bulk Messages > Scheduled in the dashboard. Requested: An API endpoint (e.g., DELETE /message/broadcast/{broadcast_id}) to cancel a scheduled broadcast before it's delivered. This is critical for any booking/appointment reminder use case where users can cancel or reschedule.

Shortcastle Technologies about 2 months ago